A flatiron http server template in coffee-script
This is a template that can be used to create nodejs applications using
- NodeJs
- Flatiron
- CoffeeScript
- Jade
These will install with npm, just do
npm install
In your project directory.
git clone http://github.com/twilson63/iron-coffee.git [project-name]
cd [project-name]
npm install
node server.js
- Jeremy Ashkenas for creating coffee-script
- Nodejitsu for creating flatiron
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[_]
See LICENSE