Mimosa default project reworked for browserify. Requires mimosa v1.0.0-rc4 or higher.
This is a fork of mimosa-browserify-example that:
- chooses jade as a templating engine on both client and server. integrates only the runtime.js part of jade on the client.
- chooses sass (instead of stylus in the the forked origin)
contains some specific configuration for mimosa-browserify and jade to work together.
When using this example :
- clone the repo
- in the cloned dir, run 'npm install'
- start the server using 'mimosa watch --server'
- go to your browser and on localhost:3000 and enjoy