From ef75ffc72c1273b19af1e259f5abe9c38183a035 Mon Sep 17 00:00:00 2001 From: francesco Date: Tue, 28 Sep 2021 17:25:12 +0200 Subject: [PATCH] add requirements --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea798f..99e69a9 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,14 @@ - Authentication - Optimizations & NgModules - Deployment -- Animations & Testing \ No newline at end of file +- Animations & Testing + +## requirements + +Install nodejs, npm, angular-cli and @angular-devkit/build-angular + +```bash +sudo apt install nodejs npm +sudo npm install -g @angular/cli +sudo npm install --save-dev @angular-devkit/build-angular +``` \ No newline at end of file