Skip to content

soualahmohammedzakaria/Electron-React-App-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template to create Electron and React desktop applications.

Topics

Resources

License

Stars

Watchers

Forks