Made for highly scalable, performant and easily maintainable Electron and React desktop applications.
git clone https://github.com/soualahmohammedzakaria/Electron-React-App-Boilerplate.git
cd Electron-React-App-Boilerplate
yarn install
# or
npm install
yarn electron:start
# or
npm run electron:start
yarn electron:package:PLATFORM
# or
npm run electron:package:PLATFORM
# where PLATFORM can be mac, win or linux.
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.