Lightweight, modern boilerplate built with electron, typescript, and react.
- TypeScript
- ESLint
- Prettier
- Node.js 14
- NPM 7
- Download or clone the repo
git clone https://github.com/hellosoftware-io/electron-typescript-react myapp- Navigate to the project directory in your command line
cd myapp- Run
npm installto install dependencies - Run
npm run devto build and run the site locally
This project is meant to be as lightweight as possible to help developers get started with electron and react as quickly as possible.
Because a new version of electron is used, Babel is not used for transpiling. Plain TypeScript is used instead.
Live reloading is included thanks to webpack 5 and webpack-dev-server.
Pull requests are always welcome 😃.
This project is licensed under the terms of the MIT license.