An open API service indexing awesome lists of open source software.

https://github.com/markkos89/react-pwa-template

a React PWA Web App Template with Webpack 2
https://github.com/markkos89/react-pwa-template

react-pwa-template

Last synced: about 1 year ago
JSON representation

a React PWA Web App Template with Webpack 2

Awesome Lists containing this project

README

          

Simple progressive web app starter kit

[See also, rewrite in Preact with material components web](https://github.com/paulhoughton/preact-pwa)

| Command | Description |
| --------------- | -------------------------------------------- |
| _npm start_ | Start application with hot reloading enabled |
| _npm run build_ | Minified build with offline capabilities |

![Demo](https://github.com/paulhoughton/react-pwa/blob/gh-pages/demo.gif)

execute: git clone https://github.com/Markkos89/react-pwa-template.git && cd react-pwa-template && npm i