Skip to content

Instantly share code, notes, and snippets.

View bryancodesjs's full-sized avatar

Bryan bryancodesjs

View GitHub Profile
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Debug Angular Frontend (ng serve)",
"runtimeExecutable": "npx",
"runtimeArgs": [
"cross-env",
@bryancodesjs
bryancodesjs / index.html
Created September 11, 2025 03:40
mckenzie-cap-template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link