https://github.com/rishavs/digglu_preact
Testing Preact
https://github.com/rishavs/digglu_preact
Last synced: 11 months ago
JSON representation
Testing Preact
- Host: GitHub
- URL: https://github.com/rishavs/digglu_preact
- Owner: rishavs
- Created: 2017-11-06T20:17:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T16:05:21.000Z (over 8 years ago)
- Last Synced: 2025-02-26T12:32:29.729Z (over 1 year ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 0
- Watchers: 3
- 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).