libin85 / starter-dashboard-layout

Responsive dashboard layout

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Responsive Dashboard Layout

Starter responsive dashboard layout built with tailwindcss alpinejs

GitHub license GitHub stars

Vue version

Another project

K-WD Dashboard


To get started:

  1. Clone the repository:

    git clone https://github.com/Kamona-WD/starter-dashboard-layout.git
    
    cd starter-dashboard-layout
  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 production

# Using Yarn
yarn production

After that's done, check out ./public/build/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

Responsive dashboard layout

https://kamona-wd.github.io/starter-dashboard-layout/

License:MIT License


Languages

Language:HTML 70.5%Language:CSS 21.9%Language:JavaScript 7.6%