TypeScript • React • Redux • Phaser • Socket.IO • Node
This repository is the library part of Colobobo project. The other parts :
To run the project locally you will need at least the client part and the server part.
-
Build
yarn build
-
Build and watch changes
yarn watch
To use @colobobo/library in development mode in the client or in the server, you need to create a symlink.
-
For the client you need to create a yarn symlink
yarn link
-
Then go to the client directory
yarn link @colobobo/library
-
For the server you need to create a npm symlink
npm link
-
Then go to the server directory
npm link @colobobo/library