frontend generated using Create React App
backend added to this app by hand and lives in the /server directory
only built with running locally in mind
to get started run the following:
npm install- installs dependencies for client and server
npm start- starts client and server, opens client in browser automatically
npm run start-client- starts only the client for development
npm run start-server- uses
nodemonto only start the server for development
- uses