Kamona-WD / kwd-dashboard

Fully responsive dashboard template built with tailwindcss & alpinejs

Home Page:https://kamona-wd.github.io/kwd-dashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K-WD Dashboard

Fully responsive dashboard template built with tailwindcss & alpinejs

GitHub license GitHub stars

To get started:

  1. Clone the repository:

    git clone https://github.com/Kamona-WD/kwd-dashboard.git
    
    cd kwd-dashboard
  2. Install the dependencies:

    # Using npm
    npm install
    
    # Using Yarn
    yarn
  3. Start the development server:

    # Using npm
    npm run serve
    
    # Using Yarn
    yarn serve

    Now you should be able to see the project running at localhost:8080.

  4. Open public/index.html in your editor and start experimenting!

Building for production

To build an optimized version of your CSS, simply run:

# Using npm
npm run prod

# Using Yarn
yarn prod

After that's done, check out ./public/build/css/tailwind.css to see the optimized output.


Support

Buy Me A Coffee

Be careful and donate just if it is within your possibilities, because there is no refund system. And remember that you don't need to donate, it is just a free choice for you. Thank you!

About

Fully responsive dashboard template built with tailwindcss & alpinejs

https://kamona-wd.github.io/kwd-dashboard/

License:MIT License


Languages

Language:HTML 89.1%Language:CSS 9.2%Language:JavaScript 1.7%