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.
This is a template that can be used to create nodejs applications using
- Node v0.6.1
- Express v2.4.6
- CoffeeScript! v1.1.3
- Jade v0.17.0
- Connect Assets v2.1.5
These will install with npm, just do
npm install
In your project directory.
# Install nodejs and npm
git clone http://github.com/twilson63/express-coffee.git [project-name]
cd [project-name]
npm install
# Run
node server.js
## Thanks to
* [Jeremy Ashkenas](https://github.com/jashkenas) for creating coffee-script
* [TJ Holowaychuk](https://github.com/visionmedia) for creating express
* [Miško Hevery](https://github.com/mhevery) for creating Jasmine-Node
* [Pivotal Labs](http://github.com/pivotal/jasmine) for creating Jasmine
## About
express-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 jasmine tests in
your spec folder and run cake spec to run your test suite. Create your
coffeekup views in the views folder and put your public assets in the public
folder. Enjoy your express-coffee
~
c[_] 1.2.0
## License
See LICENSE