https://github.com/explooosion/dva-pwa
a PWA starter powered by dva and pwa
https://github.com/explooosion/dva-pwa
dva dvajs pwa pwa-boilerplate pwa-example react reactjs
Last synced: 3 months ago
JSON representation
a PWA starter powered by dva and pwa
- Host: GitHub
- URL: https://github.com/explooosion/dva-pwa
- Owner: explooosion
- Created: 2018-09-03T08:05:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T12:07:31.000Z (almost 8 years ago)
- Last Synced: 2025-06-10T07:07:17.929Z (about 1 year ago)
- Topics: dva, dvajs, pwa, pwa-boilerplate, pwa-example, react, reactjs
- Language: JavaScript
- Homepage: https://pwa.cafe/
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dva-PWA
A PWA starter powered by [dva](https://github.com/dvajs/dva) and base on [pwa](https://github.com/lukeed/pwa).
## Installation
```bash
git clone https://github.com/explooosion/dva-pwa.git
```
```bash
cd dva-pwa
```
```bash
yarn
```
## Run & Build
```bash
yarn watch
```
```bash
yarn start
```
```bash
yarn build
```
## Credits
- [dva](https://github.com/dvajs/dva)
- [pwa](https://github.com/lukeed/pwa)
## License
[MIT](https://tldrlegal.com/license/mit-license)