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

https://github.com/fission-codes/pwa-generator

An app for generating PWAs on the Fission platform
https://github.com/fission-codes/pwa-generator

Last synced: 5 months ago
JSON representation

An app for generating PWAs on the Fission platform

Awesome Lists containing this project

README

          

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