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.
- Host: GitHub
- URL: https://github.com/juanda15/graph-app-angular
- Owner: JuanDa15
- Created: 2021-09-12T16:19:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T16:21:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T20:47:58.089Z (over 1 year ago)
- Topics: angular, css3, html5, javascript, scss, typescript
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.