Welcome to Virus Vault, the premier destination for cutting-edge malware tools and services. Our store caters to cybersecurity professionals, ethical hackers, and researchers, providing a wide range of sophisticated software designed to test and enhance your security measures.
For development, you will only need Node installed in your environment.
git clone https://github.com/ZIIM/storefront
cd storefront
npm install
Any environment configuration steps.
npm run dev
npm start
├── LICENSE
├── README.md
├── index.html
├── package-lock.json
├── package.json
├── public
│ └── vite.svg
├── src
│ ├── App.css
│ ├── App.jsx
│ ├── Components
│ │ ├── Categories
│ │ │ ├── Categories.text.jsx
│ │ │ └── index.jsx
│ │ ├── Footer
│ │ │ ├── Footer.test.jsx
│ │ │ └── index.jsx
│ │ ├── Header
│ │ │ ├── Header.test.jsx
│ │ │ └── index.jsx
│ │ └── Products
│ │ ├── Products.test.jsx
│ │ └── index.jsx
│ ├── assets
│ │ └── react.svg
│ ├── index.css
│ ├── main.jsx
│ └── store
│ ├── categories
│ │ ├── categories.test.js
│ │ └── index.js
│ ├── index.js
│ └── products.js
├── vite-env.d.js
└── vite.config.js
- React
- JavaScript
- Redux
- Vite
- Material-UI