/pwa-generator

An app for generating PWAs on the Fission platform

Primary LanguageElmApache License 2.0Apache-2.0

Fission PWA Generator

An app for generating PWA apps.

Develop

To work on the application locally:

npm start

Navigate to localhost:1234 in your web browser.

Build

Both build commands compile to the dist directory.

Compile a development build without optimization.

npm run build:staging

Compile an optimized production build.

npm run build