https://github.com/himujjal/pwa-civil
https://github.com/himujjal/pwa-civil
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/himujjal/pwa-civil
- Owner: Himujjal
- Created: 2019-12-26T09:20:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T09:30:41.000Z (over 5 years ago)
- Last Synced: 2025-01-23T11:37:24.768Z (4 months ago)
- Language: JavaScript
- Size: 761 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwa-civil
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).