Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/pwa-sample
https://github.com/kkeeth/pwa-sample
pwa pwa-example riotjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/pwa-sample
- Owner: kkeeth
- Created: 2018-06-27T23:28:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T12:17:11.000Z (over 3 years ago)
- Last Synced: 2024-10-24T05:35:21.386Z (2 months ago)
- Topics: pwa, pwa-example, riotjs
- Language: Riot
- Homepage: https://kkeeth.github.io/pwa-sample/
- Size: 277 KB
- Stars: 1
- Watchers: 2
- 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 [email protected]: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.