Skip to content

Super fast progressive web app with small footprint & minimal dependancies

License

Notifications You must be signed in to change notification settings

cuulee/preact-pwa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Super fast progressive web app with a small footprint & minimal dependancies.

Features universal rendering, redux, state-driven routing, preact, & service workers. Crunched & optimized with rollup, buble, optimize-js, & purify-css.

Live version: https://preact-pwa.appspot.com/

bundle sizes & perf

Bundle Size:            27.55 KB, Gzipped size: 9.79 KB
Webpage test:           A, A, A
pagespeed:              100
lighthouse:             100

we can shave off ~10 KB, ~3kb Gzipped by pruning preact-redux & manually connecting

Features

Getting Started

Prerequisites

Make sure that Node v7 is installed.

Make sure that yarn is installed.

Instructions

First, clone the repo

$ git clone https://github.com/ezekielchentnik/preact-pwa

Then, install all dependencies:

$ yarn

Finally, to run the project for development:

$ yarn dev

Or, to run the project for production:

$ yarn start

License

MIT

About

Super fast progressive web app with small footprint & minimal dependancies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • CSS 8.9%