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
- Host: GitHub
- URL: https://github.com/markkos89/react-pwa-template
- Owner: Markkos89
- License: mit
- Created: 2020-11-03T07:54:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T08:04:06.000Z (over 5 years ago)
- Last Synced: 2025-02-13T07:33:01.888Z (over 1 year ago)
- Topics: react-pwa-template
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |

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