Example/ template for using https://www.colyseus.io/ with @geckos.io/phaser-on-nodejs
- In a terminal, run
npm ci(to install packages with version defined inpackage-lock.json) ornpm install(to also update dependencies) - Either compile all files once, or serve them while watching for changes:
- Run
npm run clean,npm run buildandnpm startto run the start up once - Run
npm run serveto trigger re-compilation on save
- Open http://0.0.0.0:8080/ in you browser tab