Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 323 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 323 Bytes

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

;)