Quick Start
How to run services.
On this page
run
1# run msg service
2$ make run Srv=msg
3# run gateway service
4$ make run Srv=gateway
5# run push service
6$ make run Srv=push
other make command
1make help
2
3Usage:
4 make <target>
5
6Development
7 vet Run go vet against code.
8 lint Run go lint against code.
9 test Run test against code.
10
11Generate
12 protoc Run protoc command to generate pb code.
13
14Build
15 build build provided server
16 build-all build all apps
17
18Docker
19 docker-build build docker image
20
21Run
22 run run provided server
23
24General
25 help Display this help.