Skip to content

caviles/nodemode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Node Mode

A few great node commands

#install express globally and the express generator which will scafold out some boiler plate code npm install express express-generator -g #setup an express handlebars site express expresssite -hbs #now browse to new dir, install node modules and start the site cd expresssite && npm install && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published