This website's docs

Learn how to use and customise this website to your liking.

Installing the required software

Windows

Node.js Installation

  1. Go to the Node.js website.
  2. Download the Windows Installer.
  3. Run the installer and follow the installation wizard.

Visual Studio Code Installation

  1. Go to the VS Code website.
  2. Download the Windows installer.
  3. Run the installer and follow the installation wizard.

macOS

Node.js Installation

  1. Go to the Node.js website.
  2. Download the macOS Installer.
  3. Run the installer and follow the installation wizard.

Visual Studio Code Installation

  1. Go to the VS Code website.
  2. Download the macOS installer.
  3. Open the downloaded .dmg file and drag Visual Studio Code to the Applications folder.

Linux

Node.js Installation

  1. Open Terminal.
  2. Run the following commands to install Node.js using NodeSource repository:
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

Visual Studio Code Installation

  1. Go to the VS Code website.
  2. Download the Linux installer.
  3. Install Visual Studio Code using your distribution's package manager or manually by extracting the downloaded package and running the appropriate installation script.

Angular CLI Installation

  1. Open Terminal or Command Prompt.
  2. Run the following command to instalßl Angular CLI:
npm install -g @angular/cli

NEXT: IDE Setup