web-dave / angular-days

1 stars 0 forks source link

Get ready #1

Open web-dave opened 2 years ago

web-dave commented 2 years ago

Es gib 2 Wege hier mit zumachen:

Lokal auf deiner Maschine

git clone https://github.com/web-dave/angular-days.git

Online bei Stackblitz

https://stackblitz.com/edit/github-grxaxs?file=src/app/app.component.ts

Slides

Here

web-dave commented 2 years ago

In Reallife

Im echten Projekt würdet ihr das Projekt mit der CLI anlegen. Das erfordert Zeit.

Der Vollständigkeit halber hier die schritte:

Setup Dev environment (evtl schon vorhanden)

Generate Project

ng new angular-days --style=scss --routing 
cd angular-days 
ng serve
web-dave commented 2 years ago

Next