An Electron application with React and TypeScript
- TODO:
- Add file system integration for reading the list notes
- Add file system integration for reading the contents of the notes
- Create notes functionality
- Delete notes functionality
$ git clone https://github.com/Suvansarkar/note-mark.git
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux