joseluisq / hyperapp-starter

Minimal Hyperapp, Typescript and Parcel starter. :package::rocket::tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperapp Starter Build Status JavaScript Style Guide

Minimal Hyperapp, Typescript and Parcel starter. ๐Ÿ“ฆ๐Ÿš€๐ŸŽ‰

Hyperapp Starter CLI

Features

Demo

๐Ÿš€ View live demo

Usage

Clone repository

git clone \
--depth 1 \
--single-branch \
--branch {RELEASE} \
https://github.com/joseluisq/hyperapp-starter.git
cd hyperapp-starter

Note: Change {RELEASE} with release version (E.g. 1.0.0)

Install dependencies

yarn

Development

yarn start

Production

yarn build

Testing

yarn test

Contributions

Feel free to send some Pull request or issue.

Related

License

MIT license

ยฉ 2018 Josรฉ Luis Quintana

About

Minimal Hyperapp, Typescript and Parcel starter. :package::rocket::tada:

License:MIT License


Languages

Language:TypeScript 70.5%Language:CSS 22.9%Language:HTML 6.6%