πInstallation
This part of the documentation will show you how you can install and configure TailAdmin templates. Both Tailwind + AlpineJS and Tailwind + React.
TailAdmin HTML: Tailwind + Alpine.js
To use the TailAdmin dashboard template, you'll first have to install it.
Follow these steps to install the TailAdmin Tailwind + AlpineJS template:
Note: Youβll have to have Node.js installed on your machine. Otherwise, these commands wonβt work.
Download the dashboard template from TailAdmin, and extract it.
Then navigate to the project folder and run this command:
After that run this command to start the local server.
Now you can make the changes.
After youβve made the changes, run this command to generate the build folder, you can upload this build folder to the server.
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.
Download the dashboard template from TailAdmin.
Then navigate to the project folder and run this command:
After that run this command to start the local server.
When the dev command runs successfully the Dashboard will be open on port:http://localhost:5173/
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
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.
Download and extract the template from Next.js Templates.
After that cd into the template directory then run this command to install all the dependencies
or
Now run this command to start the developement server
or
TailAdmin Vue: Tailwind + Vue.js
In this section, we'll guide you through the installation process of the TailAdmin Vue template.
Follow these steps to install the template:
Note: We've utilized Vite as build tool for TailAdmin Vue.
Download and extract the TailAdmin zip package
Navigate to the project folder and execute the following command:
After that, run this command to start the local server:
Upon successful execution of the dev
command, the TailAdmin will open on port: http://localhost:5173/.
Now, you can customize the dashboard and observe the changes locally.
Once customization is complete, run the following command to generate the build folder. You can then upload this build folder to your server, and the dashboard will be live.
Last updated