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