Hyperapp & material-components-web starter project
Offline support with service worker
$ 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
$ yarn run build
This will generate a release directory with your minified/rev'd assets.
$ yarn run serve
This will use serve to statically serve your app from the release directory.