Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 587 Bytes

README1.md

File metadata and controls

17 lines (14 loc) · 587 Bytes

Angular Intro Course

Run the following commands to get started:

  1. cd .. (to go to parent directory of angular-intro-next)
  2. npm install -g @angular/cli@latest
  3. ng new --routing angular-intro-next
  4. Choose css for styling and no for SSR
  5. cd angular-intro-next
  6. npm i zod
  7. code .
  8. Move src/course-material/extensions.json to .vscode folder
  9. Move src/course-material/styles.css to src/ folder
  10. Install recommended extensions (Angular language service, Prettier, ESLint)
  11. npm start

Verify that application is running on http://localhost:4200/