Required Tools and Technologies
Explore essential development tools and technologies required for Angular projects. Learn about Git for version control, Postman for API requests, Node.js for backend support, and helpful utilities like nvm to manage Node versions effectively while preparing for automated testing.
We'll cover the following...
Tools
Here’s a list of some tools that we’ll be using in this course. We already have them setup for you, so there is no need to worry about downloading anything new.
-
Text editor and terminal: WWe’ll use Educative’s text editor to write code and the terminal to perform all command-line work.
-
Git: Git is an open-source version control system that tracks changes in source code and coordinates teamwork on these files. We’ll use Git to push our code to Github and clone (or download) existing code ...