Skip to content

A template for express, NodeJS and twitter bootstrap, with mocha for testing

License

Notifications You must be signed in to change notification settings

keeprock/node-express-bootstrap3-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS express template

Includes:

  • Bootrstrap 3
  • Logging setup - through (https://github.com/flatiron/winston)
  • Initial directory structure
  • Cluster setup to take advantage of all cores available
  • Base testing setup (Mocha)
  • PID managment for tools like Monit/Forever, etc..

Usage

git clone git@github.com:AvnerCohen/node-express-bootstrap3-template.git your_app
cd your_app
rm -rf ./git

This will get you to start from fresh.

Enjoy.

Avner Cohen

http://twitter.com/avnerner

http://github.com/AvnerCohen

http://avner.me

About

A template for express, NodeJS and twitter bootstrap, with mocha for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • HTML 14.6%