An open API service indexing awesome lists of open source software.

https://github.com/maxatwork/expressjs_template

Node + ExpressJS + Coffeescript + Stylus + Twitter bootstrap + Jade + assets pipeline + Mocha + Should + Supertest project template.
https://github.com/maxatwork/expressjs_template

Last synced: 11 months ago
JSON representation

Node + ExpressJS + Coffeescript + Stylus + Twitter bootstrap + Jade + assets pipeline + Mocha + Should + Supertest project template.

Awesome Lists containing this project

README

          

Node + ExpressJS + Coffeescript + Stylus + Twitter bootstrap + Jade + assets pipeline + Mocha + Should + Supertest project template.
Feel free to fork.

# Installation
Download .ZIP, unzip to desired directory, run `npm install` in that directory.

Run `grunt` to run tests once or `grunt watch` to watch file changes and run test on each save.

# Includes
- http://learnboost.github.com/stylus/ - Expressive, robust, feature-rich CSS language built for nodejs
- https://github.com/TrevorBurnham/connect-assets - A Rails 3.1-style asset pipeline for Node.js
- https://github.com/shomeya/bootstrap-stylus - port of Twitter bootstrap to Stylus
- https://github.com/visionmedia/jade - robust, elegant, feature rich template engine for nodejs
- https://github.com/visionmedia/nib - Stylus mixins, utilities, components, and gradient image generation
- https://github.com/kriszyp/promised-io - Promise-based IO for JavaScript
- http://visionmedia.github.com/mocha/ - feature-rich JavaScript test framework
- https://github.com/visionmedia/should.js/ - BDD style assertions for node.js -- test framework agnostic
- https://github.com/visionmedia/supertest - Super-agent driven library for testing node.js HTTP servers using a fluent API