hyperapp-material-starter

Greenkeeper badge GitHub issues Build status Codacy Badge dependencies

Standard - JavaScript Style Guide

heads up: this is a work in progress!!

demo

Offline support with service worker

installation

    $ git clone https://github.com/marcusasplund/hyperapp-material-starter.git

    $ cd hyperapp-material-starter

    $ yarn

    $ yarn start 

Open up application at http://localhost:4000/ in browser

build a release

    $ yarn run build

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

serve static

    $ yarn run serve

This will use serve to statically serve your app from the release directory.