Make sure you have Node.js and Yarn installed on your machine.
Clone the repository:
git clone https://github.com/NaseemKhan005/react-admin-dashboard.git
Change into the project directory:
cd react-admin-dashboard
Install dependencies:
yarn install
To start the development server, run:
yarn dev
This will start the development server. Open your browser and visit http://localhost:5173 to view the application.
To start the development server, run:
yarn build
To lint the code, run:
yarn lint
To preview the production build, run:
yarn preview
Below are some key dependencies used in this project:
- react
- react-dom
- react-router-dom
- recharts
- react-multi-date-picker
- react-dnd
- react-dnd-html5-backend
- react-icons
Some key development dependencies include:
- eslint
- tailwindcss
- vite