Skip to content

thetoke/hyperapp-todo-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

Greenkeeper badge GitHub issues Build status dependencies Codacy Badge Stack Share

Standard - JavaScript Style Guide

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

installation

    $ 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

build a release

    $ yarn build

This will generate a release directory with your minified/rev'd assets.

About

Simple crud todo-app with hyperapp.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.7%
  • JavaScript 32.2%
  • HTML 10.1%