Windows Quick Start
Explore the essential steps to set up your Windows environment for developing mobile apps with Ionic and Angular. Learn how to install Git and NodeJS quickly and correctly to prepare your system, enabling you to start building hybrid mobile applications efficiently.
If you are on Windows, this section should get you up and running as quickly as possible. I am going to assume you do not have any of the following tools. If you do, please just skip that step.
Git
First, you will need the latest version of Git. Depending on your code editor or IDE of choice, it is possible to avoid typing most git commands.
Git for Windows installs an alternative command prompt, called Git Bash. I recommend using that over the Windows command prompt wherever possible.
You should be able to click the Downloads for Windows button, select the default for your system (probably the 64-bit Git for Windows), and then install with the default options.
Node
Next, you will need to have NodeJS, which will become the foundation of everything you do in this course.
The most straightforward method is downloading and installing it right from nodejs.org. It is quick and painless. The only real drawback is that it limits you to only one version of the Node being installed at a time. That can be a real problem for some developers, who support multiple apps, each built on a different version of Node. It will not be a problem for this course, so you are safe in installing it from here.
Visit https://nodejs.org. You will want to download the latest LTS (or long-term support) version of Node.
Once downloaded, simply run the installer. Accepting the installer’s defaults should get you what you need.