DocsInstallation

🚀 Installation

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.

  1. Download the dashboard template from TailAdmin, and extract it.
  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 start

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.

npm run build