https://github.com/goblindegook/irregular-apocalypse
Irregular Apocalypse
https://github.com/goblindegook/irregular-apocalypse
offline-first preact preact-app pwa
Last synced: about 2 months ago
JSON representation
Irregular Apocalypse
- Host: GitHub
- URL: https://github.com/goblindegook/irregular-apocalypse
- Owner: goblindegook
- License: mit
- Created: 2018-01-05T10:05:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:52:57.000Z (over 2 years ago)
- Last Synced: 2025-05-07T02:05:49.826Z (about 2 months ago)
- Topics: offline-first, preact, preact-app, pwa
- Language: TypeScript
- Homepage: https://irregular-apocalypse.netlify.app
- Size: 3.53 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Irregular Apocalypse
[](https://travis-ci.org/goblindegook/irregular-apocalypse)
## CLI Commands
```bash
# install dependencies
yarn# serve with hot reload at localhost:8080
yarn watch# build for production with minification
yarn build# test the production build locally
yarn serve# test the application
yarn test# lint sources
yarn lint# format sources
yarn format
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).