https://github.com/billalben/markdown-notes-electron
https://github.com/billalben/markdown-notes-electron
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/billalben/markdown-notes-electron
- Owner: billalben
- Created: 2025-02-24T18:11:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:30:34.000Z (6 months ago)
- Last Synced: 2025-04-14T20:33:23.287Z (6 months ago)
- Language: TypeScript
- Size: 322 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
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```