To clone and run this example, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
# Go into the each folder
# Install dependencies
$ npm install on frontend
$ npm install on backend
$ npm install on socket
# Start the app
$ enter the frontend folder and type npm run dev in terminal
$ enter the backend folder and type npm start in terminal
$ enter the socket folder and type npm start in temrinal
# Done
# follow link in frontend terminal that {npm run dev provides}Make sure you open ports on 8000