- Run
docker-compose up --build
- The server will be available on
http://localhost:5000
- Run the
configure
command located at the root of the project - Run
npm run dev
in theserver/frontend
folder - In another console, run
npm run dev
in theserver/backend
folder - The server will be available on
http://localhost:5000
- Run the
configure
command located at the root of the project - Run
npm run dist
in theelectron
folder - The electron build will be in the
electron/dist
folder