Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixelrocket-shop/base-html-tailwind

Base is a free Tailwind CSS dashboard template with custom dashboard components.
https://github.com/pixelrocket-shop/base-html-tailwind

admin-dashboard admin-dashboard-template admin-dashboard-ui admin-panel-template css free free-dash free-dashboard free-tailwind free-tailwind-template html javascript tailwind tailwind-css tailwindcss tailwindui

Last synced: about 1 month ago
JSON representation

Base is a free Tailwind CSS dashboard template with custom dashboard components.

Awesome Lists containing this project

README

        

# Base - Tailwind CSS HTML Responsive Admin Panel Template

## Overview
Base is a Tailwind CSS one-page dashboard template featuring gradients that add a professional touch to your data, with custom components including an eye-catching banner, visually appealing empty state, easy-to-read stats, intuitive graphs, customizable data table, and visually stunning cards, enabling you to effortlessly create a functional and aesthetically pleasing dashboard for your clients or personal projects.

View Demo | Download ZIP

![Tailwind CSS Responsive HTML Admin Panel Template](https://pixelrocket-public-assets.s3.eu-west-2.amazonaws.com/corporate-public/free-tailwind-admin-template-2.png "Base | Tailwind CSS Responsive HTML Admin Panel Template")

## 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/*.pug

NOTE: 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 [email protected]