Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.45 KB

README.md

File metadata and controls

83 lines (65 loc) · 2.45 KB

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