Project resembles a clone of Open Table's reviews component
- node + npm (
brew install node) - mongoDB (
brew install mongodb)
- Install project dependencies with
npm install. - Run
npm run buidto fire up Webpack. - Run
npm startto start server. - Run
npm run generate-jsonto generate a json file. - Run
npm run seedDb-mongoto seed the database.
- Server listening on port 3001