🚀 Installation

TailAdmin React: Tailwind + React.js

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

Follow these steps to install the templates.

Note: We’ve used Vite to develop the Tailwind + ReactJS template.

  1. Download the dashboard template from TailAdmin.
  2. Then navigate to the project folder and run this command:
npm install
  1. After that run this command to start the local server.
npm run dev

When the dev command runs successfully the Dashboard will be open on port:http://localhost:3000/

Now you can customize the dashboard and see the changes locally.

After that, run this command to generate the build folder. You can upload this build folder to your server, and the dashboard will be live.

npm run build