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