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
To start development:
npm run start
To start with live-reload:
npm run serve
npm run electron-build
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