https://github.com/lilpolymath/mono-task-one
https://github.com/lilpolymath/mono-task-one
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilpolymath/mono-task-one
- Owner: lilpolymath
- Created: 2020-08-07T16:33:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T03:36:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T11:42:48.475Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mono-task-one.vercel.app
- Size: 433 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mono-connect
## 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).