Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 480 Bytes

getting-started.md

File metadata and controls

30 lines (22 loc) · 480 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/milescamp2022-here-we-go
cd milescamp2022-here-we-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