https://github.com/notjustanna/processador
https://github.com/notjustanna/processador
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notjustanna/processador
- Owner: NotJustAnna
- Created: 2024-10-17T14:48:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:48:25.000Z (over 1 year ago)
- Last Synced: 2025-01-02T03:46:16.675Z (over 1 year ago)
- Language: TypeScript
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-app
An Electron application with Solid 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
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```