App created for training purposes on the WarsawJS Workshop #24 - integration testing
- Code editor (Webstorm is a good choice)
- Web browser (Chrome)
- Node.js min. version 8.11.3 and NPM min. version 5.6.0
- Git (commandline or Github Desktop)
- Fork the project on Github
- Clone the repository using Github Desktop or from commandline
git clone git@github.com:YOUR_GITHUB_USERNAME/warsawjs-workshop-24-shopping-cart.git
- Enter the project directory
cd warsawjs-workshop-24-shopping-cart/
- Install required dependencies
using Yarn
yarn
or NPM
npm i