Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 730 Bytes

File metadata and controls

26 lines (15 loc) · 730 Bytes

Lab 1

Requirements

make sure you have installed the following:

  • Node V16
  • Angular CLI npm i @angular/cli

Generating a project with Angular CLI

/ˈpadək/ - noun - Paddock an enclosure adjoining a racecourse where horses or motorcars are assembled before a race

In this folder run ng new paddock to generate a new angular app called 'paddock'.

  • answer yes for routing
  • use SCSS as the stylesheet format
  • Wait as the packages install

Try running the app with npm start

⚠️ make sure your terminal is in the right folder!

Go exploring

Take a look at the generated files while the rest is finishing up, are there any files you don't recognize? Feel free to google or ask what they are for!