https://github.com/kkeeth/pwa-sample
https://github.com/kkeeth/pwa-sample
pwa pwa-example riotjs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/pwa-sample
- Owner: kkeeth
- Created: 2018-06-27T23:28:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T12:17:11.000Z (about 5 years ago)
- Last Synced: 2025-12-20T19:20:18.134Z (7 months ago)
- Topics: pwa, pwa-example, riotjs
- Language: Riot
- Homepage: https://kkeeth.github.io/pwa-sample/
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA Sample with Riot.js
## Usage
```bash
# preparing the environment
$ git clone git@github.com:kkeeth/pwa-sample.git
# install packages
$ yarn
# build
$ yarn build
# boot app
$ yarn server
# boot app & development
$ yarn start
# development
$ yarn watch
```
After open this url http://localhost:3000
※ The port number may change.
I use this application as it is.