Skip to content

davivieira/blog-app-node

Repository files navigation

Blog App - NodeJS

How to run

  1. Install dependencies:
$ npm install
  1. Set NODE_ENV in environment variables (unix):
$ export NODE_ENV=dev
  1. Running:
$ npm start

or (recommended), you can use gulp to run tests + lint + start the app:

$ gulp watch

;)