🚀 Installation

TailAdmin Next.js: Tailwind + Next.js

In this part, we are going to show you how to install the TailAdmin Next.js template.

Follow these steps to install the templates.

Here are the steps you need to follow to install the dependencies.

  1. Download and extract the template from Next.js Templates.
  2. After that cd into the template directory then run this command to install all the dependencies
npm install

or

yarn install

or use (For Next.js 15 dependency issue)

npm install --legacy-peer-deps 
  1. Now run this command to start the developement server
npm run dev

or

yarn dev