Skip to content

A SIMPLE EASY AND CLEAN BOILERPLATE FOR YOUR ELECTRON JS PROJECTS USING REACTJS.

Notifications You must be signed in to change notification settings

SMKH-PRO/ELECTRON-REACT-BOILERPLATE

Repository files navigation

React-Electron Boilerplate

This is a simple boilerplate to start your project in ElectronJS with React.

Install

Clone this repo

git clone https://github.com/SMKH-PRO/MFS.git name-of-your-project

replace name-of-your-project with the name of the directory where you want to clone, use dot . for cloning into current directory.

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Change app title

Change the app title in the webpack.build.config.js and the webpack.dev.config.js files

About

A SIMPLE EASY AND CLEAN BOILERPLATE FOR YOUR ELECTRON JS PROJECTS USING REACTJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published