/create-hyperapp

Boilerplate for hyperapp projects

Primary LanguageJavaScript

create-hyperapp

Boilerplate for hyperapp projects

Installation

Clone repository and install dependencies:

$ npm install

Development

$ npm run start

And go to http://localhost:8080 🎉

Production

$ npm run build

Builds the production bundle and outputs it to ./build.

License

MIT © David Öhlin