To download:
- Clone the repository
- Navigate to the directory
To run:
- Install the required dependencies listed in package.json with npm install
- Start your MongoDB server
- Run the app with the command 'yarn dev'. This should both launch the app and start the server. If yarn fails, run 'npm install' from the '/client' directory, return to the project root folder, and run 'yarn dev' again.
- This app should also be viewable by navigating to http://localhost:3000/ in your browser