-
Run
yarnto install dependencies; -
Run
yarn startto start the server;
If you want to open the browser automatically with
yarn start, modifyscripts.startinpackage.jsontoreact-scripts start.
- Run
yarn electron-devto start the electron app.
If you want to build the app, check
package.json.