/backbone-express-commonjs

TodoMVC with backbonejs, commonjs modules and expressjs

Primary LanguageCSS

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.