/nextjs-starter

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

Primary LanguageTypeScriptMIT LicenseMIT

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.