An open API service indexing awesome lists of open source software.

https://github.com/juanda15/graph-app-angular

This app is developed in angular using third party libraries to work with graphs.
https://github.com/juanda15/graph-app-angular

angular css3 html5 javascript scss typescript

Last synced: 3 months ago
JSON representation

This app is developed in angular using third party libraries to work with graphs.

Awesome Lists containing this project

README

          

# Graphs

this proyect aims to practice with third party libraries, in this case the angular library to work with graphs [https://valor-software.com/ng2-charts/](ng2-charts).

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.

# Important

this app works with a simulated db, the document is located in this proyect in "assets/db", take the doc put it in another folder and use the [https://www.npmjs.com/package/json-server](JSON server) to launch it.

go to the folder where the db is located and use this command to start the json server:
`json-server --watch db.json`

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.