Skip to content

Instantly share code, notes, and snippets.

View jukefr's full-sized avatar
馃幆
worksonatokenmaxing

Kay jukefr

馃幆
worksonatokenmaxing
View GitHub Profile
@jukefr
jukefr / Ionic Android Development on WSL2.md
Last active September 7, 2023 11:07 — forked from samuelyee/Ionic Android Development on WSL2.md
Ionic Android Development on WSL2 (Windows Subsystem for Linux)

Ionic Android Development on WSL2

This setup is assuming that GUI Linux apps can run in your WSL2.

Installing the required software

Execute the following commands to install Node, npm, git, Java, Ionic CLI:

cd ~
sudo apt update
sudo apt upgrade