This is a simple app using a frontend created with create-react-app and a simple node-express server.
To start the frontend on port 3000, naviagte into the app folder and run the command: $npm start
To start the server on port 4000, open up a second terminal and naviagte into the server folder to run the command: $node app.js