@anavaran @kaiserarg
- cd frontend
- https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
- nvm install 16
- nvm use 16
- npm install axios
- npm install react-bootstrap@next [email protected]
- go mod tidy
- go build main.go
- go run main.go
@anavaran @kaiserarg