/electron-react-live-reload

A boilerplate for electron react project with live-reload

Primary LanguageJavaScriptMIT LicenseMIT

Electron React boilerplate based on this and that 🤣

It supports electron live-reload 🎉

Install

First, clone the repo:

git clone --depth 1 --single-branch --branch master https://github.com/subhamayd2/electron-react-live-reload <your-project-name>

And then install the dependencies with yarn.

$ cd your-project-name
$ yarn

Starting Development

To start development:

npm run start

To start with live-reload:

npm run serve

Building

npm run electron-build

Available scripts

react-start : start react development server

react-build : build react project

react-test : run react test suite

react-eject : eject this react project ⛔ (Cannot undo this). Learn more

build : build your application for release

start : start your application

server : start your application with live-reload

License

MIT © Electron React Live Reload