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

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

Awesome Lists containing this project

README

        

# Irregular Apocalypse

[![Build Status](https://travis-ci.org/goblindegook/irregular-apocalypse.svg?branch=master)](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).