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

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

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)