- docker build . -t grpc_server
- docker run -v ./files:/app/files -p 8282:8282 -itd grpc_server
- Execute Command -
npm install
on the root dir. - Execute Command -
npm install
on the src dir. - Execute Command -
npm start
on the root dir.
- Execute Command -
npm install
on the root dir. - Execute Command -
npm install
on the src dir. - Execute Command -
npx electron-builder build --windows
on the root dir. - we find the binary in dist/win-unpacked/client.exe
- we make a 'addr.txt' in the path(dist/win-unpacked/addr.txt). And we write the gRPC Server Address(ex, 192.168.0.231:8282)