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.gitcd goTodoApplicationnpm inpm run buildNow you can copy the contents of the build folder and use where necessary.
cd servergo run .