This project was bootstrapped with Create React App.
Added a lightweight express server instance which supports websockets.
In the project directory, you can run:
Will start a development server on http://localhost:3000. The backend server instance is hosted on http://localhost:5000.
Builds the react client, found in the client folder.
Launches only the client development server.
Launches the production server. Be wary to use npm run build
before launching the production server.