todomvc-js-course / backbone-express-commonjs

TodoMVC with backbonejs, commonjs modules and expressjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC App

TodoMVC app, which:

  • is built with backbonejs
  • has commonjs modules to separate code into pieces, browserify handles with bulding a single bundle;
  • connects with expressjs server which implements REST API for fetching and updating the data stored in a fake database

Template used for creating TodoMVC apps

Getting start

$ npm install && npm start

Open a new tab with http://localhost:3000 in a browser.

About

TodoMVC with backbonejs, commonjs modules and expressjs


Languages

Language:CSS 48.0%Language:JavaScript 39.5%Language:HTML 12.5%