Skip to content

euZebe/electron-react-ts-boilerplate

Repository files navigation

electron-react-ts-boilerplate

What

A starter kit for electron apps using React + Typescript, based on Electron Forge.

It enables to use:

  • React + Typescript for UI part
  • Typescript for backend process part
  • Jest for unit tests

It includes an example of communication between UI and Main processes (ipcRenderer and ipcMain).

How to

git clone https://github.com/euZebe/electron-react-ts-boilerplate.git your-project-name

cd your-project-name

git remote remove origin

Many thanks to @ankitbko for its article about how to initiate an electron project with React and Typescript. A few things have been added to suggested steps, as the ability to import ipcRenderer in the UI part.

About

A starter kit for electron apps using React + Typescript

Resources

Stars

Watchers

Forks

Packages

No packages published