Awesome
iron-coffee
A flatiron http server template in coffee-script
Technologies
This is a template that can be used to create nodejs applications using
- NodeJs
- Flatiron
- CoffeeScript
- Jade
Requirements
These will install with npm, just do
npm install
In your project directory.
Install, Build, Run, Test, and Watch
Install nodejs and npm
git clone http://github.com/twilson63/iron-coffee.git [project-name]
cd [project-name]
npm install
Run
node server.js
Thanks to
- Jeremy Ashkenas for creating coffee-script
- Nodejitsu for creating flatiron
About
iron-coffee is a template or boiler-plate to get started writting flatiron 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, and watch your coffeescript as you develop. You hack in the src folder and run cake build to build you server files. Create your coffeecup views in the views folder and put your public assets in the public folder. Enjoy your iron-coffee
~
c[_]
License
See LICENSE