A ready-to-start Boilerplate for Electron apps with complete integration with React, Typescript, Sass, ESLint and Prettier. Supports hot-loading too.
To use the project, first clone the repo and go to the root folder:
git clone https://github.com/FaizBShah/Electron-React-Typescript-Boilerplate.git
cd electron-react-typescript-boilerplate
Then install all the dependencies using npm:
npm install
To run the development server, run:
npm run dev
To run the production server, run:
npm run build