The project uses the IDE Microsoft Visual Sudio Community 2015 (VS). I have no experience in VS and TFS. I want to figure out how it works.
Initial data:
- There is a repository in Visual Studio Team Services
- IDE Microsoft Visual Sudio Community 2015
- Installed NodeJS latest version
Questions:
When installing with offsite, Microsoft VS TypeScript costs ver 1.8. Understood, updated to 2.0 registered in the project to use it. Here ok
If you look at the repository, then there is no node_modules folder in it (which is logical). But when I get the project locally from the repository, I get the node_modules folder. Most likely after downloading the project, VS itself runs npm install, is that so? And should I, after downloading, perform npm install manually or does VS itself keep track of everything? I did not find where to see which version of NodeJS uses VS? If she has her own internal NodeJs or uses globally installed? What order and what actions should I do after downloading from the repository? For example, npm install.