Skip to content

Instantly share code, notes, and snippets.

View devnshankar's full-sized avatar
🟩
Streaking

Subhashankar Behera devnshankar

🟩
Streaking
View GitHub Profile

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Create Free AWS Account

Create free AWS Account at https://aws.amazon.com/

2. Create and Lauch an EC2 instance and SSH into machine

I would be creating a t2.medium ubuntu machine for this demo.

Install Android SDK CLI Ubuntu 20.04 WSL2 (Work in Progress)

Install Java 8

sudo apt update

sudo apt install openjdk-8-jdk-headless
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active May 27, 2025 01:54
Building a react native app in WSL2