Skip to content

ChinmayMhatre/framer-example

Repository files navigation

Nextjs Tailwind Starter Template

A ready to use template for a Nextjs project with Tailwind CSS.

Getting Started

create a project using the template

npx create-nextjs-tailwind-starter app-name

Navigate to the app folder

cd app-name

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.