Skip to content

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

Packages

Contributors

Languages