Hyperapp crud todo
Add some todos, click buttons to delete or toggle state, tap or click text in todo to edit.
Offline support with service worker
$ git clone https://github.com/marcusasplund/hyperapp-todo-simple.git
$ cd hyperapp-todo-simple
$ yarn
$ yarn start
Open up application at http://localhost:3000/ in browser
$ yarn build
This will generate a release directory with your minified/rev'd assets.