Lab 00: New Angular app - andreaswissel/design-systems-workshop GitHub Wiki

Lab

First of all, we need a new Angular project.

  • On your console, please run:
npm install -g @angular/[email protected]
ng new design-systems --routing=false --style=scss --skip-git
  • Open the design-systems folder your favorite IDE (WebStorm, Visual Studio Code, …).

Self-Check

You can check if the installation has worked by running:

cd design-systems
ng serve --open

Your browser should open automatically and show the following screen:

lab-0-solution.png

Hint: if you got lost, you can always check out the corresponding branch for the lab. need the solution, you can reset it by typing executing git reset --hard origin/lab-0