Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saulosilva/backbone-marionette-example

First steps for one application you wish to use the backbone and marionette
https://github.com/saulosilva/backbone-marionette-example

Last synced: 19 days ago
JSON representation

First steps for one application you wish to use the backbone and marionette

Awesome Lists containing this project

README

        

## Get Started by steps

- **1:** Gem installs

````
gem install bundler && bundle install
````

- **2:** Server run
````
rails s
````

- **3:** Browser request
````
localhost:3000
localhost:3000/header
````