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.
D45Hub
5baaef455b
|
3 months ago | |
---|---|---|
public | 3 months ago | |
src | 3 months ago | |
.gitignore | 3 months ago | |
README.md | 3 months ago | |
package-lock.json | 3 months ago | |
package.json | 3 months ago |
README.md
Getting Started with Create React App
This project was bootstrapped with Create React App.
A modified version of the dashboard, with anonymized participant responses. (No open-text answers)
How to run:
(Run all commands in the root directory)
- Install all packages. (via "npm install")
- Run "npm start". This will open up the API, running on port 5000 alongside the dashboard running on port 3000.
- Open "localhost:3000" and enjoy. :)