Foundation for a MEAN user-based web app. Features passport, bcrypt, mongoose, and sendgrid (for forgotten password reset, although it would be quite simple to replace send grid with another mail service).
First install MongoDB. Open a terminal tab and issue the command
mongod
to start running a mongo instance locally.
Next, clone the git repo to your disk, cd into it, and issue
npm install && npm run start
This should get you up and running at http://localhost:8080
Now build up.