A Scalable Cross-Platform Desktop Apps based on Electron, React, Redux, React Router, Webpack and React Hot Loader to enhance the Scrum Retrospective.
- If you have installation or compilation issues with this project, please see our debugging guide
First, clone the repo via git:
git clone --depth 1 --single-branch --branch master https://github.com/stefanDeveloper/scrum-retroboard.git your-project-name
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
If you don't need autofocus when your files was changed, then run dev
with env START_MINIMIZED=true
:
$ START_MINIMIZED=true yarn dev
To package apps for the local platform:
$ yarn package
See our complete docs here
MIT © Scrum Retroboard