Skip to content

Tamrakar182/note-mark

Repository files navigation

note-mark

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux