The other day there was an article about a quick start with Angular 2. The title said it would take 5 minutes, but judging by the comments, I could not even read the article for 5 minutes. I want to offer you an alternative option, it really takes about 5 minutes apart from the download time of the necessary tools.
We will need:
1)
Webstorm2)
Dartium3)
Dart SDKTo make it work:
1) Install the webstorm
2) Unpack archives with browser and SDK
3) Configure webstorm:
File-> Settings:

Now you need to create a project:
File-> NewProject

')
Everything, the project is ready, it is possible to start.
If someone has doubts about which Angular to choose, I can say, if you want to work on a commercial project right now with minimal problems, then choose the first version. If you want to learn something useful that will become the de facto standard in a couple of years, then the second.
Advantages of the second version:
- less wrapper code
- the wrapper code is where it describes something
- faster than the first version in many ways
- There are hacks that allow you to write the code of the second version in the application written in the first