Skip to content

yangxin1994/starter-dashboard-layout

 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.5%
  • CSS 21.9%
  • JavaScript 7.6%