Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 470 Bytes

getting-started.md

File metadata and controls

30 lines (22 loc) · 470 Bytes

Getting started 🥳

Prerequisites

  • Git
  • Go
  • Your favorite editor's Go plugin

Clone the repository

cd path/to/your/prefered/target/directory
git clone https://github.com/miles-no/devcamp2023-lets-go
cd devcamp2023-lets-go

Build and run the client app

cd client/
go build .
./client help

Check that you can start the HTTP service

cd broker/
go run . # ctrl+c to stop