Installing Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Installing MongoDB
- Download and run the lastest installer.
- Create new enviroment variable path with value
C:\Program Files\MongoDB\Server\{VERSION}\bin
.
Installing VSCode
- Download and run the latest installer.
- Install Prettier, Python, C/C++, Go, PowerShell, Better Code, Github Theme, ThunderClient.
Installing Chrome
- Execute
choco install chrome
or download and run the latest installer. - Add Redux DevTools, React Developer Tools, JSON Viewer Pro, ChroPath, ColorPick , Honey.
Installing git
- Execute
choco install git
or download and run the latest installer.