Create a generic graph visualization tool that makes debugging easier for developers by helping them track mutations in graph structures.
- Cindy Hao (@haoyxc)
- Ishani Santurkar (@IshaniSanturkar)
- Connor Brett (@connorbrett)
- Hao Feng (@fenghaolw)
- Yiting Wang (@EatingW)
To get the dependencies for this project, run
npm install
in the root directory.
Verify that the installation succeeded by running ls
and making sure that node_modules
is one of the listed directories.
Run
npm start
from the root directory and view the application on port 8080 of your localhost.