StevenKamwaza / blog-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + Tailwind

How to install

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

About


Languages

Language:TypeScript 89.4%Language:JavaScript 9.2%Language:CSS 1.4%