Espresso Boilerplate
Espresso is a little boilerplate you can use to create Express apps along with CoffeeScript, Jade and Stylus.
Installation
- Run
npm install -g espresso-boilerplateto install espresso as an NPM module
First Espresso app
- Run
espresso APPNAMEto create a new project - Run
cd APPNAME && npm installto install the dependencies - Run
coffee app.coffeeand you'r done! just open a browser and typehttp://localhost:3000
Minification
JS minification is done with UglifyJS
Run Espresso with coffee app.coffee -p to minify the generated CoffeeScript
Todo
- Better Espresso website and documentation
- Allow custom build
Authors
License
See LICENSE.txt