Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courajs/backbonemberequire
Using an existing requirejs/backbone app as a subcomponent of an ember app
https://github.com/courajs/backbonemberequire
Last synced: 2 days ago
JSON representation
Using an existing requirejs/backbone app as a subcomponent of an ember app
- Host: GitHub
- URL: https://github.com/courajs/backbonemberequire
- Owner: courajs
- Created: 2013-12-15T19:03:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T22:57:41.000Z (about 11 years ago)
- Last Synced: 2024-11-07T08:46:21.838Z (about 2 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Backbone-Ember-Require
==================Using an existing requirejs/backbone app as a subcomponent of an ember app
This was my spike I used to figure out how to integrate our requirejs/backbonejs app with Ember, using the Ember router.
Running
To run, you need to serve it using a web server. file:// urls won't work, since I use absolute paths.
I recommend [local-web-server](http://github.com/75lb/local-web-server). If you use something else, your last two steps may be different.`git clone https://github.com/FellowMD/backbonemberequire.git`
`cd backbonemberequire`
`bower install`
`ws`
Then navigate to `http://localhost:8000`