The versions represent the versions used during the development phase.
- pnpm [9.14.2]
- Set server address of socket to your domain or IP on which server is hosted.
const socket = io("http://localhost:3000");
- Install dependencies
pnpm install
- Run the client using following command:
- Dev Environment:
pnpm run dev
- Production Environment:
pnpm run build
Now, you can host the static assets in dist
directory on your server.