245 B
245 B
Follow the setup guide in README.md
Rebuild frontend assts on source change
grunt && grunt watch
Rerun tests on source change
grunt karma:dev
Run tests before commit
grunt test
godep go test -v ./pkg/...