/pwa-starter

repo to kickstart a pwa

Primary LanguageJavaScript

Requirements

Node.js > 6

Installation

git clone git@github.com:nanuclickity/react-app
cd react-app
yarn install

Developing

# To watch for changes after building once
yarn watch

# To start dev server (nodemon)
yarn dev-server

Building for production

yarn build-prod

# Once this command finishes, run the following to fire up a debuggable server
yarn dev-server

# Production-like server
yarn server

Building Static Pages

yarn generate-pages