- Generate the API server and SQL queries
go generate
- Build the frontend application
npm --prefix app install npm --prefix app run build
- Build the project
go build -o ./tmp/main
Assuming you want to run the binary directly from the repository:
go generate
npm --prefix app install
npm --prefix app run build
go build -o ./tmp/main
Assuming you want to run the binary directly from the repository: