Assuming you have the following dependencies installed:
- go
- node
- nvm
- wgo (
go get github.com/skelterjohn/wgo) - tsc (
npm install -g typescript) - typings (
npm install -g typings)
Do this once:
nvm use
typings install
wgo restore
./govendorsymlink.bashDo this to build and run:
make runReact CRUD application example using golang and typescript.