Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logofx/au-pwa-demo
The demo application showing offline-first use case.
https://github.com/logofx/au-pwa-demo
Last synced: about 5 hours ago
JSON representation
The demo application showing offline-first use case.
- Host: GitHub
- URL: https://github.com/logofx/au-pwa-demo
- Owner: LogoFX
- License: mit
- Created: 2020-01-27T11:44:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T13:24:32.000Z (over 1 year ago)
- Last Synced: 2024-04-28T05:54:41.001Z (7 months ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `au-logofx-demo`
This project is bootstrapped by [aurelia-cli](https://github.com/aurelia/cli).
For more information, go to https://aurelia.io/docs/cli/webpack
## Run dev app
Run `au run`, then open `http://localhost:8080`
To open browser automatically, do `au run --open`.
To change dev server port, do `au run --port 8888`.
To enable Webpack Bundle Analyzer, do `au run --analyze`.
To enable hot module reload, do `au run --hmr`.
## Build for production
Run `au build --env prod`.