Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishkk22/note-app-electron-js
https://github.com/ashishkk22/note-app-electron-js
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishkk22/note-app-electron-js
- Owner: ashishkk22
- Created: 2024-07-31T16:13:52.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T21:00:20.000Z (4 months ago)
- Last Synced: 2024-11-10T22:13:36.352Z (2 months ago)
- Language: TypeScript
- Size: 429 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 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
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```