hyperapp-starter
hyperapp-starter copied to clipboard
Minimal Hyperapp, Typescript and Parcel starter. :package::rocket::tada:
Hyperapp Starter

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

Features
- [x] Typescript with TSX
- [x] Parcel bundler
- [x] CSS/Sass/SCSS support
- [x] PostCSS with Autoprefixer
- [x] Jest testing with Typescript support
- [x] TSLint with Standard Plus rules
- [x] VS Code User Workspace pre-configured and ready to use
Demo
:rocket: 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
- preact-starter - Minimal Preact, Typescript and Parcel starter. :rocket:
- vue-typescript-starter - Tiny Vue 2 & Typescript frontend starter. :rocket:.
License
MIT license
© 2018 José Luis Quintana