Instruction on table filters
Run backend
cd $GOPATH/src/gitlab.com/tech-refs/antd/instructions/014-tables-sort-filter/rest-server && \
go get ./... && \
go run main.go
Run ui
cd calc
npm run start
cd $GOPATH/src/gitlab.com/tech-refs/antd/instructions/014-tables-sort-filter/rest-server && \
go get ./... && \
go run main.go
cd calc
npm run start