An open API service indexing awesome lists of open source software.

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.

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!