make sure you have installed the following:
- Node V16
- Angular CLI
npm i @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!
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!