https://github.com/otbe/preact-cli-test
https://github.com/otbe/preact-cli-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/otbe/preact-cli-test
- Owner: otbe
- Created: 2018-01-12T22:33:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T22:34:08.000Z (over 8 years ago)
- Last Synced: 2025-03-20T06:43:27.735Z (about 1 year ago)
- Language: CSS
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {{ name }}
## 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
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).