Skip to content

marcusasplund/hyperapp-todo-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperapp-todo-parcel

GitHub issues Build status dependencies

Standard - JavaScript Style Guide

Hyperapp crud todo with Parcel bundler

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-parcel.git

    $ cd hyperapp-todo-parcel

    $ 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.