jimschubert / express-bootstrap-boiler

A boilerplate app for express.js and bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-bootstrap-boiler

A boilerplate app for express.js with bootstrap application as generated by initializr.com.

Getting Started

Install grunt:

npm install -g grunt
npm install -g grunt-cli

Install application dependencies:

npm install -d

Run the app with npm start.

Run tests

grunt nodeunit

Run jshint on app

grunt jshint:app

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Jim Schubert Licensed under the MIT license.

Other Licenses

Bootstrap: http://www.apache.org/licenses/LICENSE-2.0 jQuery: http://jquery.org/license Modernizr: http://modernizr.com/license/

About

A boilerplate app for express.js and bootstrap

License:MIT License


Languages

Language:JavaScript 100.0%