tool3rd

October 3, 2023 ยท View on GitHub

An Electron application with React and TypeScript

Tech stacks used

  • Boilerplate: electron-vite
  • App: Electron
  • Frontend: React
  • UI: shadcn/ui
  • Build tool: Vite

Recommended IDE Setup

  • VSCode + ESLint + Prettier

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

Contents

  1. 1Tech stacks used
  2. 2Recommended IDE Setup
  3. 3Project Setup
  4. 3.1Install
  5. 3.2Development
  6. 3.3Build