An awesome shopping list app using the MERN (MongoDB/Express/React/Node) Stack, plus probably some Socket.IO.
- Make sure node is up to date. 4.7+ should be fine.
- Install webpack and webpack-dev-server globally
npm install -g webpack
npm install -g webpack-dev-server
- Run
npm install
- API startup: In one command window run:
npm run-script start-back
- Client-side: In another command window run:
npm run-script start-front
- Site should be available at http://localhost:8080