Skip to content

A sample TODO application built using Backbone.js and Marionette.js.

Notifications You must be signed in to change notification settings

greebamax/bb-todo

Repository files navigation

BB Todo

Table of contents

General info

This project is a simple todo app initially created as a PoC to introduce new architecture of SPA applicaiton which was implemented during my work on migration Backbone+Marionette application from backbone@0.9.1 and backbone.marionette@2.4.1 to the latest versions. In addition rollup has been used as build tool to have treeshaking applied and handlebars has been chosen as template engine instead of lodash templates.

Technologies

Project is created with:

Setup

To run this app locally, install it locally using npm:

  1. Clone the repo
    git clone https://github.com/greebamax/bb-todo.git
  2. Switch to Node v14.x.x using nvm
    nvm use
  3. Install NPM packages
    npm install
  4. Start an app
    npm start
  5. Go to http://localhost:4379/ to open it in a browser