https://github.com/pixelrocket-shop/tracker-html-tailwind
A free Responsive HTML Tailwind CSS Admin Panel Template
https://github.com/pixelrocket-shop/tracker-html-tailwind
admin-template css free-admin-template free-admin-theme free-tailwind free-tailwind-admin-template free-tailwind-template free-template html responsive-admin-template
Last synced: 8 months ago
JSON representation
A free Responsive HTML Tailwind CSS Admin Panel Template
- Host: GitHub
- URL: https://github.com/pixelrocket-shop/tracker-html-tailwind
- Owner: PixelRocket-Shop
- Created: 2023-03-22T13:23:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T13:39:44.000Z (over 2 years ago)
- Last Synced: 2024-12-23T13:35:20.628Z (10 months ago)
- Topics: admin-template, css, free-admin-template, free-admin-theme, free-tailwind, free-tailwind-admin-template, free-tailwind-template, free-template, html, responsive-admin-template
- Language: Pug
- Homepage: https://tracker-html-tailwind.vercel.app
- Size: 1.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracker - Tailwind CSS HTML Responsive Admin Panel Template
## Overview
Introducing Tracker, a free one-page dashboard Tailwind CSS HTML template designed specifically for project management. The clean and professional design of Tracker is fully customizable with Tailwind CSS, allowing you to easily adapt the template to your project's needs. Tracker comes with custom components such as a Kanban board for visualizing workflow, a data management table, and call-to-action banners to help you draw attention to important information. These components are designed to help you manage your projects more efficiently and effectively, all while maintaining a sleek and streamlined user experience.
## Table of contents
- [Requirements](#requirements)
- [Quick Start](#quick-start)
- [Contact Me](#contact-me)## Requirements
If you do not intend to work with the template source code (and that means you will not be compiling it), you do not need to install anything. You can simply navigate to the public folder and take the HTML snippets directly from there.Most developers will be editing the source code and will also recompile the template files. If that's the case, then ensure that you have Node.js installed. [You can download it from here](https://nodejs.org/en/download/)
If you are going to customise the template or add new pages, you need to familiar with Pug, the template engine used. [You can read more about Pug here](https://pugjs.org/)
## Quick Start
Project's source files are placed in ./src/ directory.
* ./src/assets - default static files (eg. image placeholders). You should replace them with your own files.
* ./src/tailwind/ - Tailwind config file used to build the theme.All your pages (templates) are stored in separated .pug files
* ./src/pug/*.pugNOTE: npm commands overwrite the ./public directory.
```
# Install dependencies
npm install# Run dev server with live preview (Browsersync)
npm run watch# Or make a production build
npm run build
```## Contact Me
You can find my website [here](https://www.pixelrocket.store) or you can email me at support@pixelrocket.store