Skip to content

suriyun-turnbase-rpg/tbrpg-realtime-arena-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

tbrpg-realtime-arena-server

Realtime arena server-side for https://github.com/insthync/unity-tbrpg-realtime-arena

Getting started

  • Must have Node.js installed.
  • Clone this repository.
  • Install project's packages, by use cmd or terminal (or other) change directory to project folder then use npm install.
  • Change SERVICE_URL config in development.env to URL for the rpg-php-service
  • Use command npm run start to start server