didierganthier / nextjs-13-demo

TODO App built with Next.js 13, Typescript and Tailwind CSS. It's fetching todos from the https://jsonplaceholder.typicode.com/todos API and using SSG, SSR and ISR to render the todos. The goal is to get familiar with Next 13. Give it a 🌟 if you like it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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

TODO App built with Next.js 13, Typescript and Tailwind CSS. It's fetching todos from the https://jsonplaceholder.typicode.com/todos API and using SSG, SSR and ISR to render the todos. The goal is to get familiar with Next 13. Give it a 🌟 if you like it.


Languages

Language:TypeScript 87.3%Language:JavaScript 11.3%Language:CSS 1.5%