Skip to content

Instantly share code, notes, and snippets.

View nrbnayon's full-sized avatar
🎯
Focusing

Nayon Kanti Halder nrbnayon

🎯
Focusing
View GitHub Profile

🚀 VPS Deployment Guide

MEAN / MERN Stack · NGINX · PM2 · SSL

Complete Step-by-Step Production Deployment


📋 Overview

This guide walks you through deploying a full-stack web application — React/Next.js frontend, Node.js/Express backend, and an admin dashboard — on a fresh Linux VPS, from DNS setup all the way to live HTTPS URLs.

@nrbnayon
nrbnayon / index.html
Last active September 2, 2024 15:20
DOM manipulation test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/b848eab2bb.js" crossorigin="anonymous"></script>
<title>Handmade Jewelry</title>
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/b848eab2bb.js" crossorigin="anonymous"></script>
<title>Handmade Jewelry</title>
</head>