https://github.com/zantier/preact-cli-blank
Stripped output from `preact create default myapp --yarn`
https://github.com/zantier/preact-cli-blank
Last synced: about 2 months ago
JSON representation
Stripped output from `preact create default myapp --yarn`
- Host: GitHub
- URL: https://github.com/zantier/preact-cli-blank
- Owner: Zantier
- Created: 2020-03-11T00:24:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T02:14:52.000Z (about 5 years ago)
- Last Synced: 2025-02-03T13:45:48.392Z (4 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myapp
## CLI Commands
``` bash
# serve with hot reload at localhost:8080
yarn dev# build for production with minification
yarn build# test the production build locally
yarn serve
```