Reputation: 7022
I am learning AngularJS 2 using this tutorial. I am using Windows 8. After running npm install,npm run typings install and npm start I saw
in my browser. After that I checked the cmd and found like below screen shot.
I have a confusion here, I think the execution is not completed. Am I right ?
If execution is not completed, then when it will complete?
If the execution is completed then why it is looking like that ? It should display a folder path, isn't it?
I new in AngularJS. Thanks.
Upvotes: 1
Views: 111
Reputation: 1140
Everything is working ok this CMD enables angular to track changes in your code and populate them in your HTML without the need to refresh the page. you can now check your website as you code on localhost on the following url http://localhost:3000
Upvotes: 1