Skip to content

Prerequisites

Phoenix edited this page Jan 13, 2021 · 1 revision

IDE

You will most likely want an IDE. An IDE stands for Integrated Development Environment. Basically its a fancy text editor but with syntax highlighting and other features. Some IDEs are:

Node

First, you need NodeJS. If you have already installed NodeJS skip this step. You can install it via a package manager like Chocolatey, Winget, or Homebrew. Or install it from the download page.

Homebrew

% brew install node

Chocolatey

> choco install nodejs

Winget

> winget install nodejs
Clone this wiki locally