Skip to content

pvalentim/skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

App Skeleton

Starter skeleton for a Node.js web app. A minimal, elegant foundation that aims to reduce the time it takes to build an application from scratch.

Components: express.js, mongoDB, stylus, jade, gulp.js, bower, browserify, 6to5.js

TODO

  • User accounts
  • Forms w/ CSRF
  • Basic CSS style

Installation

$ npm install && bower install
$ gulp [develop|build]

# start server
$ node app/index.js

Command gulp develop watches for file changes and contains source maps, and should be used in development. gulp build by contrast, strips and minifies code for production.

About

Starter skeleton for a Node.js web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • CSS 44.8%