Server for project /~https://github.com/Gonzalo2310/PanelDraw-NativeScript-Vue
This is the server for the previously named project
- 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 - Run on your computer terminal:
npm i
node index.js
- In your browser type:
localhost:3000
Clone the other project and follow the instructions