Install Deno from Deno's official website run
deno task serve
for server rundeno task start
to start client
Configure the SHOULD_CUSTOM_HOST setting in the .env file to customize your server host. The default value is false, which means the server will run locally on port 8080.
Deno compile for standalone executables
deno compile ./client/index.ts
deno compile ./server/index.ts