mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
docs(angular): add local setup content (#6899)
This commit is contained in:
@@ -1 +1,10 @@
|
||||
# Local Setup
|
||||
# Local Setup
|
||||
|
||||
To install Angular CLI on your local system, you need to install `Node.js`. Angular requires an active LTS or maintenance LTS version of Node. Angular CLI uses Node and its associated package manager, npm, to install and run JavaScript tools outside the browser. Once you have Node installed, you can run `npm install -g @angular/cli` to install the Angular CLI.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Angular Official Docs - Local set-up](https://angular.dev/tools/cli/setup-local)
|
||||
- [@official@Angular Official Docs - Version compatibility guide](https://angular.dev/reference/versions)
|
||||
- [@video@How To Install Angular CLI In Windows 10 | In Under 2 Minutes!](https://www.youtube.com/watch?v=vjgACKkPENg)
|
||||
- [@video@How to Install Multiple Versions of Angular in Your Development Environment](https://www.youtube.com/watch?v=LYNG3kcKRQ8)
|
Reference in New Issue
Block a user