An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Time.

A minimalistic App to display the current Time.
Currently only supporting Windows

## Screenshot



![GitHub Workflow Status](https://img.shields.io/github/workflow/status/markxoe/time-app/Bundle%20and%20publish?style=flat-square)
![GitHub](https://img.shields.io/github/license/markxoe/time-app?style=flat-square)

## 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