A Val Town project for a Shopify-based poster store, inspired by Printique. This project provides a complete solution for selling poster products online.
├── backend/
│ ├── index.ts # Main API entry point with Hono
│ ├── shopify.ts # Shopify API integration
│ └── routes/ # API route handlers
├── frontend/
│ ├── components/ # React components
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend entry point
│ └── style.css # Additional styles beyond Tailwind
└── shared/
└── types.ts # Shared TypeScript types