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.
- Host: GitHub
- URL: https://github.com/maxatwork/expressjs_template
- Owner: maxatwork
- Created: 2012-12-02T14:26:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T05:05:57.000Z (over 8 years ago)
- Last Synced: 2025-07-16T13:14:21.275Z (11 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 141 KB
- Stars: 26
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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