This project was bootstrapped with Create React App.
This project directory includes a consolidated list of scripts for running the front and back end of the application.
This runs the server only. Use http://localhost:5000 to view it in the browser.
Alternatively, this runs the server as well. Uses nodemon to reload the server when edits are detected.
Runs only the client. Use http://localhost:3000 to view it in the browser.
Uses concurrently to simultaneously start both the client and server.