preact-cli template using Typescript, SCSS and Bulma CSS framework. Template has the same content, with some additions, as the default preact-cli template and uses the styling from Bulma's getting started guide.
In addition Preact-async-route and Preact-helmet is used for async paths and to modify the default header. Typescript was added using preact-cli-plugin-typescript with modifications, and styling integration to .tsx files is done using typings-for-css-modules-loader.
Demo at https://preactubats.spelmakare.se
$ npm install -g preact-cli
$ preact create smjnab/preactubats my-project
$ cd my-project
$ npm install
$ npm run dev
Launch VSCode and you'll find yourself with a boilerplate for a fully responsive Progressive Web App.
Visit https://preactubats.spelmakare.se
Source and further details can be found at https://github.com/smjnab/preactubats