Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
59 lines (37 loc) · 2.76 KB

README.md

File metadata and controls

executable file
·
59 lines (37 loc) · 2.76 KB

General Management System Client

dependency status   devDependency status

This project was generated with Angular CLI.

Development server

  • Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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.

Build

  • Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

You need to have installed either Google Chrome, Chromium or Firefox.

By default Chrome Headless is used. You can change this configuration to match your local environment at karma.conf.js

  • Run npm run test to execute the unit tests via Karma and npm run test:watch in order to watch for changes while running the tests. With npm run test:coverage it can be generated a coverage report.

Running end-to-end tests

You need to have installed either Google Chrome, Chromium or Firefox.

By default Chrome Headless is used. You can change this configuration to match your local environment at protractor.conf.js

  • Run npm run e2e to execute the end-to-end tests via Protractor.

Documentation

This uses compodoc for generating the app documentation. So you can:

  • Run npm run doc:build in order to build the documentation resources.
  • Run npm run doc:serve once you built the documentation resources and navigate to http://localhost:8080/.
  • Run npm run doc:build:serve in order to build and serve the documentation resources. Navigate to http://localhost:8080/.

All documentation resources are stored in the documentation/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.