Fully responsive dashboard template built with tailwindcss & alpinejs
To get started:
- Clone the repository:
git clone https://github.com/Kamona-WD/kwd-dashboard.git
cd kwd-dashboard
- Install the dependencies:
yarn install
# Using npm
npm install
- Start the development server:
yarn dev
# Using npm
npm run dev
yarn build
# Using npm
npm run build
# Using npm
npm run preview
# Using Yarn
yarn preview