Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.15 KB

Electron + React Application Boilerplate

Electron + React

Made for highly scalable, performant and easily maintainable Electron and React desktop applications.


Installation

⚠️ Prerequisites

Clone the Repository

git clone https://github.com/soualahmohammedzakaria/Electron-React-App-Boilerplate.git
cd Electron-React-App-Boilerplate

Install Dependencies

yarn install
# or
npm install

Actions

Start the application

yarn electron:start
# or
npm run electron:start

Package the application

yarn electron:package:PLATFORM
# or
npm run electron:package:PLATFORM
# where PLATFORM can be mac, win or linux.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.