- Clone this project
- Install frontend dependencies
yarn - Install backend packages
go mod tidy - Copy
backend/config.env.exampletobackend/config.env - Run frontend
yarn dev - Run backend
go run main.go
- Follow step 1-4
- Build frontend
yarn build - Build backend
go build main.go - Run
Folder frontend
Folder backend