This is a ready-to-use template for coding React
applications within
Electron
, with full Typescript
support.
It uses Yarn
as a package manager.
- the
src/reactIndex.tsx
file replicates theindex.js
file found in the typicalReact
project- it is referenced in
src/renderer.ts
, to pass it to theElectron
renderer process
- it is referenced in
src/App.tsx
contains the main application functional component, as usual
You can edit the title of the application in src/index.html
.