Files
flowsint/flowsint-app/README.md
T
2025-06-01 17:32:07 +02:00

548 B

electron-chrome-tabs

An Electron application with React and TypeScript

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