Setup Development Environment
Video Lecture
Install VSCode IDE, Git and Node.js
- VSCode https://code.visualstudio.com/
- Git for Windows (Optional) https://gitforwindows.org/
- Node.js 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 most likely to still work anyway.
However, the git clone
command is used in course so you will at least need to have some kind of git client installed.