Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuraikun/fastspace
https://github.com/samuraikun/fastspace
firebase preact preact-cli pwa unistore
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/fastspace
- Owner: samuraikun
- Created: 2018-11-17T15:31:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T16:46:00.000Z (about 6 years ago)
- Last Synced: 2024-11-21T20:39:55.089Z (2 months ago)
- Topics: firebase, preact, preact-cli, pwa, unistore
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).