-
Notifications
You must be signed in to change notification settings - Fork 0
Prerequisites
Phoenix edited this page Jan 13, 2021
·
1 revision
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:
- Visual Studio Code recommended
- Atom
- ...
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.
% brew install node
> choco install nodejs
> winget install nodejs