https://github.com/dewmal/whatsnext
https://github.com/dewmal/whatsnext
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dewmal/whatsnext
- Owner: dewmal
- Created: 2021-03-11T17:29:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T06:59:32.000Z (over 5 years ago)
- Last Synced: 2024-04-14T21:17:10.066Z (about 2 years ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webui
## 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 enzyme
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).