Skip to content

ilanolkies/electron-react-ts

Repository files navigation

electron-react-ts

Electron + React.js + Typescript template

Coverage Status

Quick start

  1. Click on use this teamplate on the top right corner
  2. Update README badges urls
  3. Install dependencies and run the app!

Install dependencies

npm i

Run

npm run dev

Lint

npm run lint
npm run lint:fix

Test

npm test
npm test:watch

Build

npm run build

Distribute

npm run dist