Skip to content

nodejs express scaffolding template using gulp and coffescript.

Notifications You must be signed in to change notification settings

zdebeer99/node_express_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nodejs express scaffolding template using gulp and coffescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published