/rocket-admin-template

simple tailwind admin template

Primary LanguageAstro

Rocket admin template

Rocket admin template preview

Preview

Screenshot

Rocket admin template preview

Demo Site: [Here]

Features

  • Astro
  • Tailwind CSS
  • Alpinejs

How to Use

In your terminal, run the following command

bun install
# or
yarn install

Run development server

bun run dev
# or
yarn dev

Visit http://localhost:4321 from your browser.

Build for production

bun run build
# or
yarn build

TODO

  • Responsive
  • Table
  • Dropdown Menu
  • Add Demo
  • Forms
  • Show data
  • Sidebar Sub Menu
  • Improve Pagination