mocha-latte
A flatiron http server template in coffee-script made from iron-coffee
Technologies
This is a template that can be used to create nodejs applications using
- Node v0.6.8
- Flatiron
- CoffeeScript! v1.1.3
- CoffeeCup
- Connect Assets v2.1.5
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/akennedy/mocha-latte.git [project-name]
cd [project-name]
npm install
# Run
node server.js
## Thanks to
* [Jeremy Ashkenas](https://github.com/jashkenas) for creating coffee-script
* [Nodejitsu](https://github.com/nodejitsu) for creating flatiron
* [Tom Wilson](https://github.com/twilson63) for creating iron-coffee
* [Kris Windham](https://github.com/gradus) for creating black-coffee
## 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[_] 1.2.0
## License
See LICENSE