Links for installers/installation instruction:
Please, make sure that the applications are installed correctly by checking their version numbers (which do not need to exactly match). Example of a valid setup:
> node --version
v10.14.1
> npm --version
6.5.0
> git --version
git version 2.6.4You may use any IDE you feel comfortable with but we recommend IntelliJ IDEA Ultimate (or WebStorm Ultimate) or Visual Studio Code to be used since they provide very good support for Angular development.
If you prefer using Atom or Brackets, please, find instructions below.
- Proprietary (though 30-day trial available)
- Install recommended plugins through IntelliJ IDEA plugin management:
- Free & open source
- Install recommended extensions:
Google Chrome browser is needed for running and debugging Karma tests.
Go to your workspace directory (Documents/GitHub etc.) and run
npm install -g @angular/[email protected]
ng new angular-training
cd angular-training
ng serveto generate a new project and to start the server. Server is running okay when it says webpack: bundle is now valid on the last line. Then, visit http://localhost:4200/ to check that app works! is printed. Now your environment is ready for training. See you soon!