Front-Commerce folder structure
Here is an overview of Front-Commerce V3's folder structure:
/
├── app/
│ ├── config/
│ ├── routes/
│ ├── theme/
│ ├── entry.client.tsx
│ ├── entry.server.tsx
│ ├── entry.worker.ts
│ └── root.tsx
├── extensions/
├── example-extensions/
├── lang/
├── public/
├── front-commerce.config.ts
└── .env