This is a ready to use dashboard template built using react, tailwindcss, chart.js, and many other tools.
you can start using this template by :
- Creating a repo directly from this template
- Downloading source code.
from the top right corner, you can click on use this template and then create a new repository.
After cloning this repo locally, you can install dependencies by :
npm install
if you prefer using yarn, you can install dependencies by running
yarn
after installing dependencies, you can run this project by running :
npx vite --port=4000
after that, go to http://localhost:4000
after that, you can start customization and adding more features 🎉.