I am trying to pick up angularjs v2 using the official documentation provided.
I followed the instructions on this page.
https://angular.io/docs/ts/latest/guide/setup.html
After I run npm start
, I see a webpage http://localhost:3000/ being launched automatically on my default browser.
I see several js files in the quickstart folder. Which are the js files that are being run and in what sequence? Is there a main file that tells npm which files to run for npm start
? How does npm knows which files to run?