README
This commit is contained in:
parent
2ca525c67d
commit
dcfd1f025d
20
README.md
20
README.md
@ -1 +1,19 @@
|
||||
# tsrpc-examples
|
||||
# TSRPC Examples
|
||||
|
||||
Examples for [TSRPC](https://github.com/k8w/tsrpc).
|
||||
|
||||
## Usage
|
||||
|
||||
Start local backend server:
|
||||
```
|
||||
cd <project-dir>/backend
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Start local frontend server:
|
||||
```
|
||||
cd <project-dir>/frontend
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
Loading…
Reference in New Issue
Block a user