Enable JavaScript to see this page
menu
keemor.github.io
more_vert
About
Preact Progressive Web App Boilerplate 2018
Code snippets:
Hello
Router
Offline
Highlight.js
Where am I?
async/await support
The smallest Preact Progressive Web App stack with:
preact router
with
history
preact-async-route
for lazy loading components
preact material components
babel-preset-env
for ES6 & JSX support
webpack-config-utils
in single
webpack.config.babel.js
for production and development
offline-plugin
for serving files when offline
webpack dev server
included for local development
SASS support
Compatible with IE11 and higher
100% in
Lighthouse Audit
Source code
https://github.com/keemor/keemor.github.io
Local development
npm install npm start
Production version
npm run build