Tech

Hello World

Admin19 次阅读
#Next.js#Tailwind CSS

Welcome to My Blog

This is my first post! I built this blog with Next.js, Prisma, and Tailwind CSS.

What I learned

  • Next.js App Router makes routing intuitive
  • Prisma + SQLite is perfect for a small blog
  • Tailwind CSS is great for rapid styling
function greet(name: string) {
  return `Hello, ${name}!`
}

The journey of a thousand miles begins with a single step.

Stay tuned for more content!

评论 (0)