Sample MEAN Stack app from the book "Write Modern Web Apps with the MEAN Stack" by Jeff Dickey
- Checkout repository
- Run npm install & bower install to install packages
- Make sure to run MongoDB on localhost or change setup in db.js
- Run gulp dev to start server on default port 3000
- Run npm test to run frontend and server tests