Folder Structure

This section will show you how to keep your files organized. Our theme file structure that looks like this.

Theme folder and file structure

Inside the zip-file you'll find the following directories and files.


theme/
├── public/
├── src/
├── tests/
├── .eslintrc.cjs
├── .gitignore
├── .prettierrc
├── README.md
├── index.html
├── jsconfig.json
├── netlify.toml
├── nightwatch.conf.cjs
├── package.json
├── vite.config.js
└── vitest.config.js
								
CONTENTS
  • Introduction