Skip to content

michaelcheng924/backbone_tutorial_blogroll_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backbone_tutorial_blogroll_app

Build a blogroll app using Backbone.js

backbone app tutorial

Learn the basics of Backbone.js by building an app with this hands-on tutorial.

YouTube Backbone.js Tutorial Series

Playlist link: Learn Backbone.js by Building an App

Instructions

Clone this repository with

git clone [email protected]:michaelcheng429/backbone_tutorial_blogroll_app.git

For the first part of this tutorial (the clientside code only), use the part1-clientside-code branch:

git checkout part1-clientside-code

From this branch, simply open the index.html file and look around at the code in the files.

For the complete app, including serverside, use the master branch, make sure MongoDB is running by running mongod from the MongoDB directory, and then type in the terminal:

node server

Then, open up http://localhost:3000 to view and play with the app.

Hope this helps!

And have fun!

About

Build a blogroll app using BackboneJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published