Skip to content

WillsonSmith/shopify-remix-app

Repository files navigation

Remix Shopify App

A bare-bones Shopify app build with Remix

Not supported by or affiliated with Shopify

  1. Create .env
  2. Add API_KEY to .env
  3. Add API_SECRET_KEY to .env
  4. Add SESSION_SECRET to .env

Remix

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.