Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuraikun/fastspace


https://github.com/samuraikun/fastspace

firebase preact preact-cli pwa unistore

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# fastspace

## CLI Commands

``` bash
# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn run build

# test the production build locally
yarn run serve

# run tests with jest and preact-render-spy
yarn run test

# deploy firebase
firebase deploy
```

For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).