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
- Host: GitHub
- URL: https://github.com/fission-codes/pwa-generator
- Owner: fission-codes
- License: apache-2.0
- Created: 2020-11-17T19:26:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T22:14:25.000Z (over 5 years ago)
- Last Synced: 2026-01-24T07:57:28.411Z (5 months ago)
- Language: Elm
- Size: 249 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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
```