Skip to content

Instantly share code, notes, and snippets.

View flokixdev's full-sized avatar
:octocat:
Let's make the world better…

Floki flokixdev

:octocat:
Let's make the world better…
View GitHub Profile
@flokixdev
flokixdev / Ionic Android Development on WSL.md
Last active January 2, 2020 10:49 — forked from fedme/Ionic Android Development on WSL.md
Ionic Android Development on WSL (Windows Subsystem for Linux)

Ionic Android Development on WSL

Installing the required software

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

cd ~
sudo apt update
sudo apt upgrade