Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 677 Bytes

File metadata and controls

20 lines (15 loc) · 677 Bytes

Shopify App Theme Extensions Remix Template using React

This template is an example of how to configure your Shopify Remix App Template so you can develop theme app extensions using React.

💡 The key components and tooling used for this template:

  • vite-plugin-shopify
  • @vitejs/plugin-react
  • A second vite config file for the extension at vite.extensions.config.ts
  • frontend/entrypoints directory
  • The vite-tag.liquid file generated automatically in snippets

Visit the shopify.dev documentation for more details on the Remix app package.

Quick start

Using pnpm:

pnpm install
pnpm run dev