- First either download this repo or Clone it locally ( btw I prefer cloning the repo )
- cd into the repo ( make sure you are in the
collaboration-server
repo ) - run
npm install
- run
npm run server
- Congrats! You socket server is running on PORT
8080
Note: Please make sure you have Docker installed and running on your machine.
- First either download this repo or Clone it locally.
- cd into the repo ( make sure you are in the
collaboration-server
repo ) - run
docker build -t collaboration-server .
in the root folder. - Once the build process is completed, run
docker-compose up
in the root folder. - Congrats! You socket server is running on PORT
8080