Skip to content

jdrodriguezh/react-electron-boilerplate

Repository files navigation

React & Electron boilerplate made with ❤️ and ☕

License Issues forks stars size

This little boilerplate takes care of the Electron setup so you can start developing a React app with Electron. Bootstrapped with Create React App. The scripts include commands to build executables of your app on different systems.

Motivation ❓

Taking care of initial setup so I can start developing random desktop apps and making release builds of them.

Installation 📥

> git clone https://github.com/jdrodriguezh/react-electron-boilerplate

>  cd  react-electron-boilerplate

> npm install

> npm start

Bugs 🐛

This is a personal project and its getting upgrades in my free time. If there is a problem, please create a bug report in the issues section.

License 📘

Available Scripts 📜

In the project directory, you can run:

npm start

Runs the app in the development mode.
Opens a new window with the React App running.

The window will reload if you make edits.
You will also see any lint errors in the console.

npm run package-win

Creates an Electron production build for Windows OS.

npm run package-mac

Creates an Electron production build for MacOS.

npm run package-linux

Creates an Electron production build for Linux.

Special Thanks

Special thanks to Christian Sepulveda and Christian Engvall for their turtorials which brought this boilerplate to life.

About

Boilerplate to create desktop apps with React and Electron.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published