- Setup your .env file, for example follow .env.example
- To add all dependencies for a package in your module
go get .in the current directory
go run server.goor- Build version
go build server.goand run./server - The application should be available and running on localhost:8000