Skip to content

fmalvisi/umana2021-final-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

This project was generated with Angular CLI version 12.2.8.

Startup

  • installare node_modules: yarn

  • generare api stub: yarn utils:openapigen

  • avviare json-server locale: yarn utils:mockapi-local

  • avviare ng server locale: yarn start

Code scaffolding

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

Build

Run ng build to build the project locally.

Run docker build . to build the project for docker

Running unit tests

Run ng test to execute the unit tests via Karma.