Skip to content

Setup Development Environment

Video Lecture

Setup Development Environment Setup Development Environment

Install IDE, Git and NodeJS

  1. VSCode https://code.visualstudio.com/
  2. Git for Windows (Optional) https://gitforwindows.org/
  3. NodeJS https://nodejs.org/en/download/

Note

Installing Git for Windows is optional. I prefer to use it as the default terminal inside VSCode. If you decide to stay with the default terminal (PowerShell on Windows 10), or other console/terminal software, all console commands demonstrated in the course are likely to still work.