Home

Awesome

hyperapp-less-boilerplate

GitHub issues

HyperApp Boilerplate with a minimal and convenient stack to work with:

*Cross environments

Getting started

npm install
npm start

Open your browser on http://localhost:8080.

Live reload is supplied by webpack-dev-server (The browser will refresh when code changes).

Scripts

ScriptWhat does it do?
npm run analyzeRuns webpack-bundle-analyzer which will create the report file dist/report.html.
npm run analyze:profileRuns webpack profiling to create an input stats.json for webpack's official analyze tool
npm run buildBuilds the project. The output folder is dist.
npm startRuns webpack-dev-server (explained above)
npm testOutputs 'Not Implemented!'. I leave that to you 😄

Author

Eli Sherer (@elisherer)