Skip to content

An awesome shopping list app using the MERN (MongoDB/Express/React/Node) Stack, plus probably some Socket.IO.

License

Notifications You must be signed in to change notification settings

MatthewNichols/ThePickupList

Repository files navigation

ThePickupList

An awesome shopping list app using the MERN (MongoDB/Express/React/Node) Stack, plus probably some Socket.IO.

Setup for development

Prereqs

  • 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 dev environment

  • 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

About

An awesome shopping list app using the MERN (MongoDB/Express/React/Node) Stack, plus probably some Socket.IO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages