Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 471 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 471 Bytes

Description

This is the server for the previously named project

Usage

  1. Edit index.js and change line 24 this.socket = io.connect('http://192.168.1.40:3000/') and change it to your local IP address
  2. Run on your computer terminal:
    1. npm i
    2. node index.js
  3. In your browser type: localhost:3000

Finishing

Clone the other project and follow the instructions