Skip to content

maishabd23/CodeViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeViz

Setup

To clone the whole repo into IntelliJ (note that if the default folder name "CodeViz" is used, IntelliJ may not recognize codeviz_frontend as a module properly):

git clone https://github.com/maishabd23/CodeViz.git CodeVizFolder

Otherwise, the codeviz_backend folder can be accessed through IntelliJ, and the codeviz_frontend folder can be accessed though another IDE such as VS Code.

Running the Application in Development Mode (locally)

To start up the backend, run the main method in the App class in the codeViz package.
This should run the app on http://localhost:8080.

Navigate to the frontend directory (should be similar to CodeViz\codeviz_frontend) on the terminal, and run the following:

npm start

This will run the frontend of the app in development mode.
Open http://localhost:3000 to view it in your browser.

If you get an error, you may need to first install node.js and run the following command on the terminal:

cd C:\Desktop\UNI_LESSON_FILES\Year5\Capstone\CodeViz\codeviz_frontend
rmdir /s /q node_modules
npm install

npm install

npm install graphology-gexf graphology sigma graphology-layout-forceatlas2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •