/note-mark

Primary LanguageTypeScriptMIT LicenseMIT

note-mark

An Electron application with React and TypeScript

Recommended IDE Setup

Dev progress

  • 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

Project Setup

Clone

$ git clone https://github.com/Suvansarkar/note-mark.git

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux