Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 417 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 417 Bytes

node-starter-kit

06.19.2014

Node.js starter kit including express, based on starter-kit and Node.js

Usage

npm install
grunt

Clean your project

grunt clean

Launch your server

./start.sh

Launch your server as production server

sudo ./start.sh PROD