Blog App - NodeJS [email protected] MongoDB@ˆ How to run Install dependencies: $ npm install Set NODE_ENV in environment variables (unix): $ export NODE_ENV=dev Running: $ npm start or (recommended), you can use gulp to run tests + lint + start the app: $ gulp watch ;)