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