Electron + React.js + Typescript template
- Compiles Typescript
- Builds React.js with
webpack
- Runs on Electron
- Checks code syntax with ESlint and
standard-with-typescript
- Tests with
ts-jest
and Enzyme - Styles with Sass
- Runs lint, test and build in Github actions
- Collects Coveralls coverage reports.
- Click on use this teamplate on the top right corner
- Update README badges urls
- Install dependencies and run the app!
npm i
npm run dev
npm run lint
npm run lint:fix
npm test
npm test:watch
npm run build
npm run dist