This website's docs
Learn how to use and customise this website to your liking.
Installing the required software
Windows
Node.js Installation
- Go to the Node.js website.
- Download the Windows Installer.
- Run the installer and follow the installation wizard.
Visual Studio Code Installation
- Go to the VS Code website.
- Download the Windows installer.
- Run the installer and follow the installation wizard.
macOS
Node.js Installation
- Go to the Node.js website.
- Download the macOS Installer.
- Run the installer and follow the installation wizard.
Visual Studio Code Installation
- Go to the VS Code website.
- Download the macOS installer.
- Open the downloaded .dmg file and drag Visual Studio Code to the Applications folder.
Linux
Node.js Installation
- Open Terminal.
- 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 nodejsVisual Studio Code Installation
- Go to the VS Code website.
- Download the Linux installer.
- 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
- Open Terminal or Command Prompt.
- Run the following command to instalßl Angular CLI:
npm install -g @angular/cli