See each of the challenge directories for specific instructions.
Challenge 1: Roman Numeral Calculator
Challenge 2: Basic Web Server
The go test runner is pretty bare-bones, e.g. it doesn't have a --watch
option. Thankfully, Jest has jest-runner-go
so it can be used for more full featured testing.
$ yarn install # or npm install
$ jest --watch