https://github.com/devmagno/rotion
🗒️ Aplicativo desktop de anotações utilizando Electron, Tailwind, React e TypeScript.
https://github.com/devmagno/rotion
electron electron-app react reactjs tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
🗒️ Aplicativo desktop de anotações utilizando Electron, Tailwind, React e TypeScript.
- Host: GitHub
- URL: https://github.com/devmagno/rotion
- Owner: devMagno
- Created: 2022-12-22T21:05:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T02:03:00.000Z (over 3 years ago)
- Last Synced: 2025-01-07T15:24:19.627Z (over 1 year ago)
- Topics: electron, electron-app, react, reactjs, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 373 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
$ 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
```