This Client is in beta version and part of a game built for ASIST project using Phaser.js. The Client works with the API available at ASIST-API
- Node 12.8.3+ installed
- Install node modules using
npm install
from the current directory of the project - Set up the
socketURL
variable located in/public/js/config.js
file. - Start node server using
node localServer.js
and it should be should be available athttp://localhost:880