Saweria clone project to learn bidirection communication between client and server
Youtube: https://www.youtube.com/live/8Qp_SLd6MBQ?si=ZU-12e87PRCRDAEm
- Visual Studio Code with Dev Containers extension
- Docker or Podman
- clone repository
git clone git@github.com:bickyeric/nyaweria.git- open with vscode
code nyaweria-
run the
Dev Containers: Reopen in Containercommand from the vscode Command Palette (F1) -
run the
Terminal: Create New Terminal in Editor Areacommand from the vscode Command Palette (F1) -
copy sample file
cp env.sample.yaml env.yaml- run nyaweria
go run cmd/main.go