Skip to content

Commit

Permalink
docs: Getting Started closes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Dec 3, 2021
1 parent 58bb754 commit ea986e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ The following libraries/packages are included in this repository:

## Getting Started (setup a new UKIS-Client)

1. Generate a new [Angular application](https://angular.io/cli/new)
1. Generate a new [Angular application](https://angular.io/cli/new) in the same Version like specified in our package.json [@angular/core](package.json).
For this you have to install `@angular/cli` in this specific Version first.
- `npm install -g @angular/cli@<version>`

Then run:
- `ng new project-<name> --style=scss`

2. Move into the directory
Expand Down

0 comments on commit ea986e2

Please sign in to comment.