🚀 Installation
TailAdmin Angular: Tailwind + Angular
In this part, we are going to show you how to install the TailAdmin Angular template.
Follow these steps to install the template.
Here are the steps you need to follow to install the dependencies.
-
Download and extract the template from Angular Templates.
-
After that cd into the template directory then run this command to install all the dependencies
npm install
or
yarn install
Now run this command to start the development server
npm start
Open your browser and navigate to:
Now, you can customize the dashboard and observe the changes locally.
Once customization is complete, run the following command to generate the dist/ng-tailadmin/browser folder. You can then upload this browser folder to your server, and the dashboard will be live.
npm run build