masonyekta / nextjs-starter

This is a Next.js starter template with Tailwind CSS.

Home Page:https://nextjs-starter-kohl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Starter Template

This is a Next.js starter template with Tailwind CSS. It is meant to be used the new app directory introduced in Next.js 13.

Getting Started

Run the development server:

npm install   // install packages
npm run dev   // run development server

npm run lint  // run eslint
npm run fix   // auto-fix the linting issues

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

About

This is a Next.js starter template with Tailwind CSS.

https://nextjs-starter-kohl.vercel.app

License:MIT License


Languages

Language:TypeScript 63.2%Language:JavaScript 34.8%Language:CSS 2.1%