https://github.com/3lang3/updater-test
https://github.com/3lang3/updater-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3lang3/updater-test
- Owner: 3lang3
- Created: 2024-03-14T07:16:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T13:23:40.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:41:24.684Z (over 1 year ago)
- Language: TypeScript
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# updater-test
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
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```