- ElectronJS (screen)
- ExpressJS (screen)
- Go-Lang (client)
to install dependencies
(You can replace pnpm
with npm
or yarn
if you want to use them instead.)
$ pnpm install
>
To run the screen
$ pnpm start
>
To run the client
$ cd ./client/ && go run main.go
>