davidohlin / create-hyperapp

Boilerplate for hyperapp projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate for hyperapp projects


Languages

Language:JavaScript 85.7%Language:HTML 12.6%Language:CSS 1.8%