GitHub - julien/espresso-boilerplate: Espresso is a little boilerplate you can use to create Express apps along with CoffeeScript, Jade and Stylus. *unmaintained*

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Espresso is a little boilerplate you can use to create Express apps along with CoffeeScript, Jade and Stylus. *unmaintained*

11 stars 2 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

51 Commits

Repository files navigation

Espresso Boilerplate

Espresso is a little boilerplate you can use to create Express apps along with CoffeeScript, Jade and Stylus.

Installation

  1. Run npm install -g espresso-boilerplate to install espresso as an NPM module

First Espresso app

  1. Run espresso APPNAME to create a new project
  2. Run cd APPNAME && npm install to install the dependencies
  3. Run coffee app.coffee and you'r done! just open a browser and type http://localhost:3000

Minification

JS minification is done with UglifyJS Run Espresso with coffee app.coffee -p to minify the generated CoffeeScript

Todo

  1. Better Espresso website and documentation
  2. Allow custom build

Authors

License

See LICENSE.txt

About

Espresso is a little boilerplate you can use to create Express apps along with CoffeeScript, Jade and Stylus. *unmaintained*

Resources

Readme

Activity

Stars

11 stars

Watchers

2 watching

Forks

2 forks

Releases

No releases published

Packages

No packages published