Medtech is a responsive, modern web dashboard built with React and Vite.
The project follows a modular structure for scalability and maintainability.
/medtech
├── src/
│ ├── commons/
│ ├── components/
│ ├── css/
│ ├── fonts/
│ ├── images/
│ ├── js/
│ ├── layout/
│ ├── lib/
│ ├── pages/
│ ├── App.tsx
│ └── main.tsx
├── .gitignore
├── index.html
├── package.json
├── README.md
└── vite.config.js
Ensure you have the following installed:
Install the project dependencies:
npm install
npm run dev
npm run build
npm run preview
This project is licensed under the MIT License. See the LICENSE file for details.