https://github.com/jayvirrathi/preact-hello-world
preact-hello-world
https://github.com/jayvirrathi/preact-hello-world
preact preactjs
Last synced: 5 months ago
JSON representation
preact-hello-world
- Host: GitHub
- URL: https://github.com/jayvirrathi/preact-hello-world
- Owner: Jayvirrathi
- Created: 2021-08-12T14:48:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T14:48:53.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T23:10:45.235Z (about 1 year ago)
- Topics: preact, preactjs
- Language: JavaScript
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact-hello-world
## 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).