https://github.com/markxoe/time-app
Minimalistic Electron App to display the Time
https://github.com/markxoe/time-app
electron parcel-bundler react
Last synced: about 2 months ago
JSON representation
Minimalistic Electron App to display the Time
- Host: GitHub
- URL: https://github.com/markxoe/time-app
- Owner: markxoe
- License: gpl-3.0
- Created: 2021-10-16T11:21:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T08:26:21.000Z (over 4 years ago)
- Last Synced: 2025-04-29T19:13:36.742Z (about 1 year ago)
- Topics: electron, parcel-bundler, react
- Language: CSS
- Homepage:
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Time.
A minimalistic App to display the current Time.
Currently only supporting Windows
## Screenshot


## Todo
- [ ] MacOS support
- [ ] Spectron tests (Spectron doesn't support Electron 15 yet)
## Development
Install dependencies
```bash
npm i
```
Start App in development mode
```bash
npm run dev
```
Bundle App into binaries
```bash
npm run bundle
```
## Package scripts
- `npm run dev` Start App in dev mode
- `npm run bundle` Bundle App into binaries
- `npm run lint` Lint App