[TS] Moves grpc code to examples folder (#6476)

Adds readme
This commit is contained in:
mustiikhalil
2021-02-20 20:31:00 +03:00
committed by GitHub
parent e2f5438ac1
commit 3b5365762d
11 changed files with 33 additions and 21 deletions

View File

@@ -15,4 +15,12 @@ cd go/
cd greeter
fbc --go ${generator}
cd ../..
cd ts/
cd greeter/src
fbc --ts ${generator}
cd ..
cd ../..