TypeScript • React • Redux • Phaser • Socket.IO • Node
This repo is the server 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
npm install
-
Start server
npm run watch
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 :
npm link
-
Go to server folder and run :
npm link @colobobo/library
-
Compiles and minifies for production
npm run build