An Electron application with React and TypeScript
$ npm create @quick-start/electron
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
Create a Notion style desktop application to study Electron
TypeScriptMIT
An Electron application with React and TypeScript
$ npm create @quick-start/electron
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux