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