Skip to content

colobobo/server

Repository files navigation

logo

A multiplayer mobile game with a shared gaming interface across devices

build with love

and :

TypeScriptReactReduxPhaserSocket.IONode

Colobobo - Server

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.

Installation

  1. Set node version with nvm

    nvm use
  2. Install dependencies

    npm install
  3. Start server

    npm run watch

Use @colobobo/library locally

Follow these steps if you want to use @colobobo/library in development mode.

  1. Install and build @colobobo/library

  2. Symlink library package folder

    1. Go to library folder and run :

      npm link
    2. Go to server folder and run :

      npm link @colobobo/library

Build

Compiles and minifies for production

npm run build