Skip to content

kkeeth/pwa-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA Sample with Riot.js

Usage

# 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.