# ChocolateChip-UI Todo MVC

A web app based on the Toco MVC project, but adopted instead as a mobile app. This uses views and $.Box for local persistence.

## Setup

To use this, first open you terminal, cd to this folder and run:

    npm i

When that finishes, run:

    jpsm i

When that finishes, you have two options. You can just run:

    gulp

That will build and launch the app in your browser with a server instance and watchers ro automatic reload when you save changes to your files.

Or, you can just build your app and launch it by double clicking the index.html file:

    gulp build