Author : MD TAREQ HASSAN | Updated : 2023/02/12

You are here that means you want to setup a local development environment (either in PC/laptop or in a cloud virtual machine). I wrote a PowerShell script that will automate the development environment setup process. You can download the script to see (if you are concerned about the security since you need to run the script as admin in Windows PowerShell terminal). To download the script, simply put “.ps1” at the end of the url.

Tools

The goal of this page is to setup editor, tools and other things that are required to learn or practice C Programming and JavaScript Programming. The script will install followings:

Automating Environment Setup Using PowerShell Script

Instructions:

Set-ExecutionPolicy Bypass -Scope Process -Force; `
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://hovermind.com/des-vscode-mingw-js'))

Open Windows PowerShell as Administrator

Open Windows PowerShell as Administrator

Note: If after right clicking on Windows PowerShell, “Run as Adminitrator” does not show, then open it normally (just left click), then copy ‘start-process PowerShell -verb runas’, then paste (Ctrl + V), then enter, and then select yes (a new PowerShell window will open as Administrator).

Copy the Command

Execute code in Windows PowerShell - step 1

Execute the Command

Execute code in Windows PowerShell - step 2

JavaScript Multi-line Editor in Firefox

Notes: