Contents
Inside the zip-file you'll find the following directories and files. Both compiled and minified distrubution files, as well as the source files are included in the package.
theme/
├── .env
├── .eslintrc
├── .gitignore
├── .prettierrc
├── package.json
├── package-lock.json
├── vite.config.js
├── README.md
├── index.html
├── dist/
├── public/
│ ├── index.html
│ └── manifest.json
└── src/
├── components/
├── contexts/
├── hooks/
├── layouts/
├── mocks/
├── pages/
├── redux/
├── theme/
├── utils/
├── vendor/
├── App.jsx
├── config.js
├── constants.js
├── i18n.js
├── index.jsx
└── routes.jsx