Skip to content

rosatiara/nextjs-tailwind

Repository files navigation

Next.js + TailwindCSS Project Starter

Features

  • Next.js 12
  • Tailwind CSS 3
  • Absolute Import & Path Alias
  • ESLint
  • Prettier

Getting Started

1. Clone this template by using one of these three ways:

A. Using this template directly

  1. Click the green "Use this template" button on this template directory. use-this-template-button
  2. Configure your repository & jump to step 2 use-this-template-button

B. Using create-next-app

Type or copy this command on your terminal:

npx create-next-app -e https://github.com/rosatiara/nextjs-tailwind your_project_name_here

C. Deploy to Vercel

Deploy with Vercel

2. Install dependencies

On your terminal, enter: npm install or yarn install

3. Run the development server

Start the server using this command: npm run dev or yarn dev