Simple Shopping cart app using React & Redux
- Install node and npm
- Run
npm install
- Run
npm run build
to build the project - Run
npm start
to start local server - Hit
http://localhost:8080
in the browser to access the app
- Run
npm test
to run the unit tests