Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkeeth/pwa-sample


https://github.com/kkeeth/pwa-sample

pwa pwa-example riotjs

Last synced: 2 days ago
JSON representation

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.