This is a simple project made with react and go. The goal of this project is to gain a simple understanding of the go programming language.
git clone https://github.com/TomPadmanathan/goTodoApplication.git
cd goTodoApplication
npm i
npm run build
Now you can copy the contents of the build folder and use where necessary.
cd server
go run .