Skip to content

Node/Express Todo app using coffee script, jade, backbone and requirejs

Notifications You must be signed in to change notification settings

swbiggart/node-bigg-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js, Coffee, Express, Mongoose, Jade, Stylus, Backbone, RequireJS Todo App

This is a conversion of addyosmani's modular-todo-app from his backbone-fundamentals book.

Install

git clone [email protected]:swbiggart/node-bigg-todo.git
cd node-bigg-todo
npm install coffee-script -g
npm install
coffee app.coffee

Make sure you have MongoDB installed. If you don't, on a Mac use Homebrew:

brew install mongodb

and follow the instructions.

Or, you can checkout the localStorage branch to use without MongoDB

About

Node/Express Todo app using coffee script, jade, backbone and requirejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published