Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 436 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 436 Bytes

NoteMark

Playing around with Electron to create a simple note taking desktop application created w/ React and TypeScript. Electron helps creating cross-platform desktop apps with JavaScript, HTML, and CSS.

Project Setup

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