Next Js / Tailwind Project with git repo
Run: npx create-next-app@latest my-project --typescript --tailwind --eslint --app --src-dir --import-alias "@/*" --yes Modify 2 files: global.css @import "tailwindcss"; page.tsx export default function Page() { return <h1>Hello World</h1>; }
Feb 8, 20261 min read6

