This is a React project built with Vite, a fast build tool for modern web apps.
- Clone the repository.
git clone https://github.com/hakimalem/dragos-project.git- Install the dependencies using your favorite package manager:
npm install
# or
yarn.To start the development server:
npm run dev
# or
yarn dev.To build the project for production:
npm run build
# or
yarn build.To run the tests:
npm run test
# or
yarn test├── node_modules/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── context
│ ├── data/
│ ├── hooks/
│ ├── pages/
│ ├── utils/
│ ├── App.js
│ ├── main.jsx
│ └── index.css
├── .gitignore
├── index.html
├── package.json
├── postcss.config.cjs
├── README.md
├── tailwind.config.cjs
└── vite.config.js<<<<<<< HEAD
=======
3b645cced9fca12d975176d2ce0377d481f684a3