Folder Structure
Template folder structure
After you unzip themeforest-main.zip file you will get all files that need to successfully run Aquarelle frontend and backend part of the template:
themeforest_main
│
├── documentation
│
├── aquarelle
│
├── package.json
├── jsconfig.json
├── next.config.js
├── .env
│
├── public
│ │
│ ├── img
│ │
│── directus
│ │
│ ├── database
│ ├── uploads
│ ├── extensions
│ ├── docker-compose.yml
│ │
└── src
│
├── app
│ │
│ ├── _context
│ ├── _components
│ ├── _common
│ ├── _layouts
│ ├── _lib
│ ├── _styles
│ ├── api
│ ├── (pages)
│ ├── layout.jsx
│ ├── favicon.ico
│ ├── global.cssLast updated