Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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