You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
495 B

  1. # Getting Started with Create React App
  2. This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
  3. A modified version of the dashboard, with anonymized participant responses. (No open-text answers)
  4. ## How to run:
  5. (Run all commands in the root directory)
  6. - Install all packages. (via "npm install")
  7. - Run "npm start". This will open up the API, running on port 5000 alongside the dashboard running on port 3000.
  8. - Open "localhost:3000" and enjoy. :)