Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toluade/protime-v1
https://github.com/toluade/protime-v1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/toluade/protime-v1
- Owner: Toluade
- Created: 2023-02-20T14:48:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T18:59:38.000Z (12 months ago)
- Last Synced: 2024-04-28T04:46:37.494Z (9 months ago)
- Language: TypeScript
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# countdown-timer-electron
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```### Development
```bash
$ npm run dev
```### Build
```bash
# For windows
$ npm run build:win# For macOS
$ npm run build:mac# For Linux
$ npm run build:linux
```