TypeScript • React • Redux • Phaser • Socket.IO • Node
This repository is the client part of Colobobo project. The other parts :
To run the project locally you will need at least the client part and the server part.
-
Set node version with nvm
nvm use
-
Install dependencies with yarn
yarn install
-
Run the app in the development mode
yarn start
To simulate a game with several mobile devices directly in your browser, you can go to admin interface at http://localhost:3000/admin
Follow these steps if you want to use @colobobo/library in development mode.
-
Install and build @colobobo/library
-
Symlink library package folder
-
Go to library folder and run :
yarn link
-
Go to client folder and run :
yarn link "@colobobo/library"
-