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 buid
to fire up Webpack. - Run
npm start
to start server. - Run
npm run generate-json
to generate a json file. - Run
npm run seedDb-mongo
to seed the database.
- Server listening on port 3001