Skip to content

Fully responsive dashboard template built with tailwindcss & alpinejs

License

Notifications You must be signed in to change notification settings

wit3/kwd-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-WD Dashboard

Fully responsive dashboard template built with tailwindcss & alpinejs

GitHub license GitHub stars

Check this branch.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.5%
  • JavaScript 1.9%
  • CSS 0.6%