This is a Mimosa skeleton/starter Todo app. This project integrates:
- React
- Backbone
- Require.js
- Bower
The project also includes:
- An Express server...
- with Jade templates
- single command optimization with r.js including minification and concatenation
- full jshinting.
All with 1 line of config.
Based on the react-backbone application on TodoMVC from @petehunt
npm install -g mimosa
git clone https://github.com/dbashford/MimosaReactBackboneTodoList react
cd react
mimosa watch --server
ormimosa watch -s
- Open localhost:3000
mimosa watch --optimize --minify --server
ormimosa watch -oms
- Open localhost:3000
Note that the app is now fully minified and concatenated.