Adding the react server and connecting it via socketIO to the other servers, with basic components to start off with intent training. Server can be accessed at localhost:3000
Moving the existing html server into its own directory. All previous sites can still be accessed at localhost:8080
Mounting react onto the docker container
To know if the react server is connected properly, you should see the message connected to the backend in the console.
A couple of major changes.
localhost:3000
localhost:8080
To know if the react server is connected properly, you should see the message
connected to the backend
in the console.