Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlhunter/backbone-book
Code Samples for Instant Backbone.js Application Development
https://github.com/tlhunter/backbone-book
Last synced: 3 months ago
JSON representation
Code Samples for Instant Backbone.js Application Development
- Host: GitHub
- URL: https://github.com/tlhunter/backbone-book
- Owner: tlhunter
- Created: 2013-07-24T23:45:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T21:30:37.000Z (almost 11 years ago)
- Last Synced: 2024-04-08T16:32:37.121Z (9 months ago)
- Language: JavaScript
- Homepage: http://www.packtpub.com/backbonejs-application-development-starter/book
- Size: 190 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instant Backbone.js Application Development
This is the code repository for the book "Instant Backbone.js Application Development".
## Steps
### Install Node.js
[Download and install](http://nodejs.org/download/) the version of Node.js required for your platform.
### Download the Project
Either [download a .zip](https://github.com/tlhunter/backbone-book/archive/master.zip) and extract it to your computer, or run the following command:
```
git clone [email protected]:tlhunter/backbone-book.git
```### Run the Project
Browse to the directory the project is located in and run the following command:
```
node server.js
```### View the Project
Now open your browser and load the URL for the project:
http://localhost:1337