Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Example of an Electron application using Typescript and React.

Notifications You must be signed in to change notification settings

James-Frowen/electron-react-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron React Typescript example

Example of an Electron application using Typescript and React.

Install

Clone repo

git clone https://github.com/James-Frowen/electron-react-typescript-example.git

Install dependencies

npm install

Compile

If typescript is install globally

tsc

Within vscode

Project includes vscode task to build, Build task default keyboard shortcut.

ctrl + shift + B

This will watch typescript files and compile on change

Run

Start with npm script (also runs tsc before start)

npm start

or if electron is install globally

electron .