Folder Structure
Template folder structure
After you unzip themeforest-main.zip file you will get all files that need to successfully run Pixy Frontend (Next.js) and Backend (Directus) part of the template:
themeforest_main
│
├── documentation
│
├── pixy
│
├── package.json
├── jsconfig.json
├── next.config.js
├── .env
│
├── public
│ │
│ ├── img
│ │
│── directus
│ │
│ ├── database
│ ├── uploads
│ ├── extensions
│ ├── docker-compose.yml
│ ├── .env
│ │
└── src
│
├── app
│ │
│ ├── services
│ ├── portfolio
│ ├── blog
│ ├── api
│ ├── [[..permalink]]
│ ├── layout.jsx
│ ├── not-found.jsx
│ ├── sitemap.ts
│ │
├── common
├── components
│ │
│ ├── blocks
│ ├── forms
│ ├── layout
│ ├── shared
│ ├── ui
│ │
├── hooks
├── lib
│ │
│ ├── directus
│ │
├── styles
│ │
│ ├── css
│ ├── scss
│ │
│ ├── fonts.css
│ ├── global.css
│ │
├── types
│ Last updated