Minimal Hyperapp, Typescript and Parcel starter. 📦🚀🎉
- Typescript with TSX
- Parcel bundler
- CSS/Sass/SCSS support
- PostCSS with Autoprefixer
- Jest testing with Typescript support
- TSLint with Standard Plus rules
- VS Code User Workspace pre-configured and ready to use
Clone repository
git clone \ --depth 1 \ --single-branch \ --branch {RELEASE} \ https://github.com/joseluisq/hyperapp-starter.git cd hyperapp-starterNote: Change {RELEASE} with release version (E.g. 1.0.0)
Install dependencies
yarn yarn start yarn build yarn test Feel free to send some Pull request or issue.
- preact-starter - Minimal Preact, Typescript and Parcel starter. 🚀
- vue-typescript-starter - Tiny Vue 2 & Typescript frontend starter. 🚀.
MIT license
© 2018 José Luis Quintana
