https://github.com/ojailson17/rotion-electron
https://github.com/ojailson17/rotion-electron
electron
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojailson17/rotion-electron
- Owner: OJailson17
- Created: 2024-11-26T04:16:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T03:50:38.000Z (6 months ago)
- Last Synced: 2025-01-31T01:51:13.226Z (4 months ago)
- Topics: electron
- Language: TypeScript
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rotion
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
```