Starter responsive dashboard layout built with tailwindcss and alpinejs
![]() |
![]() |
To get started:
- Clone the repository:
git clone https://github.com/Kamona-WD/starter-dashboard-layout.git
cd starter-dashboard-layout- Install the dependencies:
yarn
# Using npm
npm install- Start the development server:
yarn dev
# Using npm
npm run devTo build an optimized version of your CSS & html, simply run:
yarn build
# Using Yarn
npm run build

