Switch IDE is an integrated development environment to create Backbone.js applications using CoffeeScript and Twitter Bootstrap. The beautiful thing is that you can edit your templates visually (think Xcode or Visual Studio).
You need:
- Ruby 1.9.3
- Node (tested with v0.6.14)
- Forever (forever from nodejitsu)
- Brunch (brunch.io)
- MongoDB
Install ruby, node and brunch, then download switch-ide-backend, run bundle install. Make sure mongod is running and run rake bootstrap. Then run rake server.
Go to switch-ide-frontend's directory, run npm install -d and then run brunch w --server. Make sure mongod is running!
Point your browser to localhost:3333 and you should be good to go!.
This is very beta software, use and improve at your own risk!
MIT License.