From 2511608c8819211f1698c597af96a091b073e21c Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Sun, 23 Jul 2017 16:26:09 +0200 Subject: [PATCH] Added installation of dependencies to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 13c9ea1..c3dd00f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ ```bash npm install -g @angular/cli ``` + + Then you have to install all dependencies using + ```bash + npm install + ``` Then change in the backend-legacy folder and start the backend in one terminal. ```bash