Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 542 Bytes

File metadata and controls

18 lines (17 loc) · 542 Bytes

This is a really outdated example. I keep it up for reference, but be carefull. You'll probably need to update loads of code and dependencies in order to keep the code safe 'n working. Either way, feel free to use it if you understand it 'll be a lot of work.


An example todo app using Cordova, Lokijs, loki-cordova-fs-adapter.


To run it run:

$ npm i -g cordova
$ npm i --save-dev
$ cordova platform add <platform>
$ cordova run <platform>

To make changes:

1. make your changes
$ webpack
$ cordova run <platform>