Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.04 KB

Angular-Dashboard

Table of contents

General info

This project is an Angular Dashboard using Chartist (https://gionkunz.github.io/chartist-js/)

It'is linked to the angular dashboard because it allows to retrieve information (frontend: Dashboard-Angular ; backend: Dashboard-nodeJs)

Technologies

Project is created with:

  • Node.Js: v14.17.0
  • Prisma: v4.0.0

Setup

To run this project :

$ npm i
$ ng serve

Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Test

Run ng test to execute the unit tests via Karma.

This project was generated with Angular CLI version 14.0.4.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.