https://github.com/ianmurrays/switch-ide-frontend
Backbone.js-based frontend for the Switch IDE project.
https://github.com/ianmurrays/switch-ide-frontend
Last synced: 2 months ago
JSON representation
Backbone.js-based frontend for the Switch IDE project.
- Host: GitHub
- URL: https://github.com/ianmurrays/switch-ide-frontend
- Owner: ianmurrays
- License: mit
- Created: 2012-11-21T16:37:43.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2012-11-24T14:04:45.000Z (over 12 years ago)
- Last Synced: 2025-01-19T20:57:52.604Z (4 months ago)
- Language: CoffeeScript
- Size: 1.51 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Switch IDE
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).# Installation
You need:
- Ruby 1.9.3
- Node (tested with v0.6.14)
- Forever (forever from nodejitsu)
- Brunch (brunch.io)
- MongoDBInstall ruby, node and brunch, then download [switch-ide-backend](https://github.com/switch-ide/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!.
# Warning
This is **very** beta software, use and improve at your own risk!
# License
MIT License.