Skip to content

Commit

Permalink
README:Add install steps for required lib go-bindata
Browse files Browse the repository at this point in the history
  • Loading branch information
AgrimPrasad authored and jbeda committed Oct 14, 2017
1 parent 7aa76d4 commit 4a996e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ If you want to do both Go server and React.js client dev, you need to do the fol
* This will start a debug node server on `localhost:8081`. It'll proxy all unhandled requests to `localhost:8080`

3. In another terminal
* Ensure that $GOPATH is set to the directory with your go source code and binaries + ensure that $GOPATH is part of $PATH.
* `go get -u github.com/jteeuwen/go-bindata/...`
* `go generate ./pkg/...`
* `go run cmd/kuard/*.go --debug`
4. Open your browser to http://localhost:8081.
Expand Down

0 comments on commit 4a996e2

Please sign in to comment.