Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Arquisoft/dechat_es1a

Repository files navigation

dechat_es1a

Build Status Coverage Codacy code quality Downloads Size Docs

Requirements

  • Install node.js and npm here

  • Install angular/cli

npm install -g @angular/cli

How to use the app?

  • Clone the repository:

git clone https://github.com/Arquisoft/dechat_es1a.git
  • Enter in the folder dechat_es1a:

 cd dechat_es1a
  • Install angular dependencies:

npm install --save-dev @angular-devkit/build-angular
  • Start server:

ng serve -o

Testing

  • Unit Tests:

ng test
  • Acceptance & Unit Tests:

npm run test
  • Application deployed

  • Documentation