I am still working on this so don't be too harsh!
Open a terminal in the backend folder
- Run 'npm i'
- Run 'node src/server.js'
Open a terminal in the client folder
- Run 'npm i'
- Run 'npm start'
The browser should open in http://localhost:3000/
In the node terminal start typing any of these commands:
- move
- left
- right
The terminal will tell you your current position
To see the robot move look in the browser!