https://github.com/gu-stav/friendopoly
https://github.com/gu-stav/friendopoly
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gu-stav/friendopoly
- Owner: gu-stav
- Created: 2020-01-25T09:39:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T16:00:38.000Z (over 5 years ago)
- Last Synced: 2025-01-11T11:31:28.345Z (5 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# friendopoly
## 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).