cocos-creator-multiplayer/examples/user-authentication/backend
2021-06-20 01:24:31 +08:00
..
.vscode user-authentication 2021-06-14 20:57:26 +08:00
src return use 2021-06-20 01:24:31 +08:00
.gitignore user-authentication 2021-06-14 20:57:26 +08:00
package.json update deps 2021-06-18 21:26:00 +08:00
README.md user-authentication 2021-06-14 20:57:26 +08:00
tsconfig.json user-authentication 2021-06-14 20:57:26 +08:00

TSRPC Server

Run

Local Dev Server

npm run dev

Build

npm run build

Files

Generate ServiceProto

npm run proto

Generate API templates

npm run api

Sync shared code to client

npm run sync

If you chose symlink when using create-tsrpc-app, it would re-create the symlink instead of copy files.