https://github.com/seyitbugraerden/electron-notepad
@Continue
https://github.com/seyitbugraerden/electron-notepad
Last synced: 3 months ago
JSON representation
@Continue
- Host: GitHub
- URL: https://github.com/seyitbugraerden/electron-notepad
- Owner: seyitbugraerden
- Created: 2024-11-11T20:01:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:03:41.000Z (7 months ago)
- Last Synced: 2025-01-15T11:14:52.692Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# note-mark
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
```