ChinmayMhatre / LanguageOwl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 94.8%Language:CSS 5.2%