This is the client code for a step-by-step tutorial on how to use BabylonJS + Colyseus together.
- Download and install Node.js LTS
- Clone or download this repository.
- Run
npm install
- Run
npm start
The client should be accessible at http://localhost:8080
.
MIT