jessvb / convo

An interactive conversational programming agent.
MIT License
5 stars 1 forks source link

mount and connect react to backend #122

Closed zhujessica closed 3 years ago

zhujessica commented 3 years ago

A couple of major changes.

  1. 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
  2. Moving the existing html server into its own directory. All previous sites can still be accessed at localhost:8080
  3. 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.