A collection of walkthroughs and demos from playing around with the MEAN JS stack
Navigate to the project you wish to run
Install dependencies using npm install - this will install all node packages specified in that projects package.json
Run app using nodemon with npm run dev
In some examples you'll need a mongod daemon running too
Webserver will run on localhost:3000