Structure

Packer can be used with existing themes, or you can create a new theme. It must follow the following structure:

โ”œโ”€โ”€ .babelrc
โ”œโ”€โ”€ .eslintrc
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .stylelintrc
โ”œโ”€โ”€ .prettierignore
โ”œโ”€โ”€ .stylelintignore
โ”œโ”€โ”€ .prettierrc.json
โ”œโ”€โ”€ .eslintignore
โ”œโ”€โ”€ .editorconfig
โ”œโ”€โ”€ packer.env.json
โ”œโ”€โ”€ packer.config.js
โ”œโ”€โ”€ dev.config.js
โ”œโ”€โ”€ prod.config.js
โ”œโ”€โ”€ postcss.config.js
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ yarn.lock
โ””โ”€โ”€ src
โ”œโ”€โ”€ assets
โ”œโ”€โ”€ config
โ”œโ”€โ”€ layout
โ”œโ”€โ”€ locales
โ”œโ”€โ”€ scripts
โ”œโ”€โ”€ sections
โ”œโ”€โ”€ snippets
โ”œโ”€โ”€ styles
โ””โ”€โ”€ templates