Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 534 Bytes

lizard-arena

Example/ template for using https://www.colyseus.io/ with @geckos.io/phaser-on-nodejs

How to run this

  1. In a terminal, run npm ci (to install packages with version defined in package-lock.json) or npm install (to also update dependencies)
  2. Either compile all files once, or serve them while watching for changes:
  • Run npm run clean, npm run build and npm start to run the start up once
  • Run npm run serve to trigger re-compilation on save
  1. Open http://0.0.0.0:8080/ in you browser tab