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.
Project is created with:
To run this app locally, install it locally using npm:
- Clone the repo
git clone https://github.com/greebamax/bb-todo.git
- Switch to Node v14.x.x using nvm
nvm use
- Install NPM packages
npm install
- Start an app
npm start
- Go to http://localhost:4379/ to open it in a browser