From dcfd1f025de047ffa4efba479dc7e8a8b0c53c87 Mon Sep 17 00:00:00 2001 From: King Wang Date: Wed, 9 Jun 2021 20:29:42 +0800 Subject: [PATCH] README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7308d2..9e1ae27 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# tsrpc-examples \ No newline at end of file +# TSRPC Examples + +Examples for [TSRPC](https://github.com/k8w/tsrpc). + +## Usage + +Start local backend server: +``` +cd /backend +npm install +npm run dev +``` + +Start local frontend server: +``` +cd /frontend +npm install +npm run dev +``` \ No newline at end of file