Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 366 Bytes

socialapp

Sample MEAN Stack app from the book "Write Modern Web Apps with the MEAN Stack" by Jeff Dickey

Setup

  • 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