-
Install node.js and npm here
-
Install angular/cli
npm install -g @angular/cli
-
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
-
Unit Tests:
ng test
-
Acceptance & Unit Tests:
npm run test
-
Application deployed
-
Documentation