Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 528 Bytes

graph-builder

The graph-builder react app can be used to create Graphs and Tree data structures visually. < under development >

FOR OPERATING SYSTEM OTHER THAN LINUX, CHECK "HOW TO RUN BUILD VERSION OF REACT APP"

For Linux,

  1. Download the code and install npm for linux

  2. Set the present working directory to "graph-builder/" (cd graph-builder/)

  3. Run the following commands in the linux terminal: npm install -g serve serve -s .

  4. Ctrl+Click the provided link to open the project in browser.