electron-react-ts
v1.0.7
Published
Bare boilerplate of Electron with React and TypeScript
Downloads
3
Readme
Electron Boilerplate with React and TypeScript
How to use
npx electron-react-ts my-app
cd my-app
npm startResult screen
Popup with the text 'Hello electron' and 'Hello, react!'

Reference
Setting up an Electron app with React and TypeScript by Keevan Dance
Fixes
- Fixed 'Uncaught ReferenceError: require is not defined' error
- Change folder and file structure
- Change imports
