https://github.com/samouri/preact-hooks-todomvc
recreating preact-todomvc, but with hooks.
https://github.com/samouri/preact-hooks-todomvc
Last synced: 2 months ago
JSON representation
recreating preact-todomvc, but with hooks.
- Host: GitHub
- URL: https://github.com/samouri/preact-hooks-todomvc
- Owner: samouri
- Created: 2020-01-30T22:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T19:25:09.000Z (over 6 years ago)
- Last Synced: 2025-01-26T03:41:08.439Z (over 1 year ago)
- Language: CSS
- Homepage: https://preact-hooks-todomvc.glitch.me/
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact-hooks-todomvc
WIP port of [preact-todomvc](https://github.com/developit/preact-todomvc), but made with hooks.
## 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 preact-render-spy
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).