Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 998 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 998 Bytes

dashboard starter

This is a ready to use dashboard template built using react, tailwindcss, chart.js, and many other tools.

how to use this template?

you can start using this template by :

  • Creating a repo directly from this template
  • Downloading source code.

Creating a repository directly from this template

from the top right corner, you can click on use this template and then create a new repository. image

Installation

After cloning this repo locally, you can install dependencies by :

npm install

if you prefer using yarn, you can install dependencies by running

 yarn

Running the project

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 🎉.