https://github.com/jamesplease/backbone.routing-v2
A prototype implementation of Backbone v2 routing and history.
https://github.com/jamesplease/backbone.routing-v2
Last synced: 3 months ago
JSON representation
A prototype implementation of Backbone v2 routing and history.
- Host: GitHub
- URL: https://github.com/jamesplease/backbone.routing-v2
- Owner: jamesplease
- License: mit
- Created: 2015-06-01T20:45:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T00:48:28.000Z (about 10 years ago)
- Last Synced: 2025-02-07T09:42:01.977Z (5 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backbone.routing-v2
A prototype implementation of Backbone v2 routing and history.### Installation
Clone this repository, then run `npm install`.
### Running the example
Run `npm start`. Navigate to `http://localhost:8821/sandwiches` in the browser.
The Router's callbacks log messages to the console, so open dev tools to see what's happened!