Added installation of dependencies to README

This commit is contained in:
Lukas Metzger 2017-07-23 16:26:09 +02:00
parent bff62a725d
commit 2511608c88

View file

@ -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