Skip to content

Setup local development environment for Windows

Max Lohove edited this page Oct 2, 2021 · 2 revisions

Optional Install VSCode

https://code.visualstudio.com/download

64bit VSCode Installer

Windows Terminal

https://github.com/microsoft/terminal

https://www.microsoft.com/de-de/p/windows-terminal/9n0dx20hk701?rtc=1&activetab=pivot:overviewtab

Windows Terminal

Installation Finished

wsl 2 installation

EN: https://docs.microsoft.com/en-us/windows/wsl/install

DE: https://docs.microsoft.com/de-de/windows/wsl/install

Launch Powershell "wsl --install"

Ubuntu is included in the wsl 2 installation

Restart System

Launch Windows Terminal

Adapt Settings

Adapt Default Settings

Start Ubuntu Terminal

Commands to Run

cd ~

mkdir repository

cd repository

sudo apt update

sudo apt install

npm ci

npm run build

cd repositories\flashkill

explorer.exe .

Copy folder URL "\wsl$\Ubuntu\root\repositories\flashkill"