https://github.com/ghulamghousdev/toggle-switch-in-preact
https://github.com/ghulamghousdev/toggle-switch-in-preact
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghulamghousdev/toggle-switch-in-preact
- Owner: ghulamghousdev
- Created: 2021-06-16T17:26:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T17:14:14.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T19:17:14.242Z (over 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toggle-switch
## 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).