https://github.com/fpapado/sunlighttoday
https://github.com/fpapado/sunlighttoday
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpapado/sunlighttoday
- Owner: fpapado
- Created: 2021-01-19T14:14:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T11:02:54.000Z (over 5 years ago)
- Last Synced: 2025-01-09T10:29:12.427Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sunlighttoday
## 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).