Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 602 Bytes

File metadata and controls

43 lines (23 loc) · 602 Bytes

NodeJS Express scaffolding template, using gulp and coffeeascript.

Technology

Getting Started

to install nodejs required packages run

npm install

to install web scripts, etc run

bower install

to compile the application into the build application run

gulp

to watch files for changes and automatically update the build folder run

gulp watch

to run the application run after build or running gulp.

npm start

or

node app.js //from the ./build/ folder