tchigher / electron-typescript-react

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron + TypeScript + React

Boilerplate for a project using Electron, React and Typescript

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

npm install
yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron.

npm run dev:react
npm run dev:electron

Contributing

Pull requests are always welcome 😃.

License

MIT

About

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.


Languages

Language:JavaScript 66.8%Language:TypeScript 31.6%Language:HTML 1.6%