POST with a React Front End and Express Back End
- Inside the server folder, do 'npm install'
- Once done installing, do 'node server.js'
- Server should then be hosted at localhost:8080, keep it running in the back.
- Inside the client folder, do 'npm install'
- Once done installing, do 'npm start'
- React application should now be hosted at localhost:3000 and should be connected to the backend.