Its pretty much easy and here's a list of steps for a beginner:
- Install latest nodeJS from https://nodejs.org/en/download/
- Incase if nodeJS is already installed then update your npm with command "npm update"
- Install the latest angular-cli on global level using command "npm install -g @angular/cli@latest", This command is also required if you already have angular-cli older version installed, it will update it to the latest version for new project. As of now Angular 8.0.3 is the latest version.
- Once you install the latest angular-cli then run "ng new your-project-name-goes-here" with what ever options you like. To know more about the available options list visit https://angular.io/cli/new
No comments:
Post a Comment