-
Run
yarn
to install dependencies; -
Run
yarn start
to start the server;
If you want to open the browser automatically with
yarn start
, modifyscripts.start
inpackage.json
toreact-scripts start
.
- Run
yarn electron-dev
to start the electron app.
If you want to build the app, check
package.json
.