Folder structure
Once you purchased our theme you've to download The All Files & Documentation zip file. The following folder structure is based on that zip file, in that zip file only you'll get all of our theme files including demo content & offline documentation folder
```text
.
nexttravel
├── documentation
│
├── nexttravel
│
├── package.json
├── tsconfig.json
├── next.config.js
├── tailwind.config.js
│
├── public
│ │
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
│
│
└── src
│
├── components
├── constants
├── data
├── assets
├── styles
├── hooks
├── util
├── lib
├── app
├── i18n
Last updated