Within the download you'll find the following directories and files:
hoscoo-MERN stack
├── public
│ ├── apple-icon.png
│ ├── favicon.png
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── assets
│ │ ├── images
│ │ └── theme
│ │ ├── base
│ │ ├── components
│ │ ├── functions
│ │ ├── index.js
│ │ └── theme-rtl.js
│ ├── components
│ │ ├── SoftAlert
│ │ ├── SoftAvatar
│ │ ├── SoftBadge
│ │ ├── SoftBox
│ │ ├── SoftButton
│ │ ├── SoftInput
│ │ ├── SoftPagination
│ │ ├── SoftProgress
│ │ └── SoftTypography
│ ├── context
│ ├── examples
│ │ ├── Breadcrumbs
│ │ ├── Cards
│ │ ├── Charts
│ │ ├── Configurator
│ │ ├── Footer
│ │ ├── Icons
│ │ ├── Items
│ │ ├── LayoutContainers
│ │ ├── Lists
│ │ ├── Navbars
│ │ ├── Sidenav
│ │ ├── Tables
│ │ └── Timeline
│ ├── layouts
│ │ ├── authentication
│ │ ├── billing
│ │ ├── dashboard
│ │ ├── profile
│ │ ├── rtl
│ │ ├── tables
│ │ └── virtual-reality
│ ├── App.js
│ ├── index.js
│ └── routes.js
├── .eslintrc.json
├── .prettierrc.json
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── jsconfig.json
├── LICENSE.md
├── package.json
└── README.md
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Hoscoo React. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Hoscoo React. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
If you have questions or need help integrating the product please contact us instead of opening an issue.
- Copyright 2024
- Hoscoo Development Team