- node + npm (
brew install node) - mongoDB (
brew install mongodb)
- Install project dependencies with
npm install. - Run
npm run devto fire up Webpack in watch mode. - Run
npm startto start server. - Run
npm run seed-dbto add the seed data to the database.
- Server listening on port 3001