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: 5 months ago
JSON representation

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.