express-coffeeVersion1.5.1 Dependencies
Statshttp://cloc.sourceforge.net v 1.55 T=0.5 s (14.0 files/s, 348.0 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- CoffeeScript 7 32 34 108 ------------------------------------------------------------------------------- SUM: 7 32 34 108 ------------------------------------------------------------------------------- | Express Coffee Template 5 (1.5)This is a Node Express CoffeeScript Stack Template It comes ready to go with connect-assets that give you the option to use coffee-script and stylus for the client side. TechnologiesThis is a template that can be used to create nodejs applications using
RequirementsThese will install with npm, just do
In your project directory. Install, Build, Run, Test, and Watch``` Install nodejs and npmgit clone http://github.com/twilson63/express-coffee.git [project-name] cd [project-name] npm install ``` Install coffee-script, mocha and docco
Run
Mocha and Request for testingmocha is an extremely powerful and easy to use testing framework see http://visionmedia.github.com/mocha/
to run mocha
Setup to deploy to heroku
Thanks to
Aboutexpress-coffee is a template or boiler-plate to get started writting express web applications in CoffeeScript. It comes ready to go with base setup for an Express Web App. It includes a Cakefile that lets you build, spec, and watch your coffeescript as you develop. You hack in the src folder and run cake build to build you server files, write your mocha in your test folder and run cake test or spec to run your test suite. Create your jade views in the views folder and put your public assets in the public folder. Enjoy your express-coffee LicenseSee LICENSE Contributepull requests are welcome |