Install Node.js on Window

I have guided you how to install Node.js on macOS in the previous tutorial. In this tutorial, I will guide you to install it in the Windows environment! First, you need to go to the address https://nodejs.org/en/download/ to download the latest version of Node.js. Then… Read More

Create Angular project using Angular CLI

Creating an Angular Project using the Angular CLI is nothing easier. You only need (after installing Angular CLI): Navigate to the directory where you want to create the Angular project Open terminal in macOS, Linux or command-line in Window Enter the following statement:

with… Read More

Install Node.js on macOS

Note: To make it easier to manage the Node.js versions you may have to work with, I recommend you use Node Version Manager. See details here! Node.js today is no stranger to people, it is a JavaScript runtime used to develop client and server applications.… Read More