This is the frontend component of the Graphviz project. To enable backend functionality, a separate service needs to be initiated. GitHub repository for the backend - graphviz-backend
-
Clone this repository:
$ git clone https://github.com/Sheel-ui/graphviz-frontend.git
-
Navigate to the project directory:
$ cd graphviz-frontend
-
Install dependencies:
$ npm install
To start the development server, run:
$ ng serve
This will start the server at http://localhost:4200/
by default.