This project was created using the following helpful links:
Run the following to build the static React frontend and launch the Go server.
cd client
npm run build
cd ../server
go run main.go
Open http://localhost:3000 to view in the browser.
After starting the Go server, run the following to run the client code in development mode.
cd client
npm start
Open http://localhost:3000 to view in the browser.