📜 ⬆️ ⬇️

The quickest start with Angular 2 (beta) and Dart

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) Webstorm
2) Dartium
3) Dart SDK

To make it work:
1) Install the webstorm
2) Unpack archives with browser and SDK
3) Configure webstorm:
File-> Settings:
image

Now you need to create a project:
File-> NewProject
image
')
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:

Source: https://habr.com/ru/post/274203/


All Articles