https://github.com/simonaco/todo-preact-signals
https://github.com/simonaco/todo-preact-signals
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/todo-preact-signals
- Owner: simonaco
- Created: 2022-11-03T11:17:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T11:17:54.000Z (over 3 years ago)
- Last Synced: 2025-04-01T16:06:39.390Z (about 1 year ago)
- Language: JavaScript
- Size: 468 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-preact-app
## 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).