Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saulosilva/backbone-marionette-example
- Owner: SauloSilva
- Created: 2014-07-17T05:00:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T20:44:29.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:28:00.997Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
````