An open API service indexing awesome lists of open source software.

https://github.com/willsonsmith/shopify-remix-app

A bare-bones example Shopify app build with remix.run
https://github.com/willsonsmith/shopify-remix-app

javascript remix-run shopify shopify-app

Last synced: 10 months ago
JSON representation

A bare-bones example Shopify app build with remix.run

Awesome Lists containing this project

README

          

# Remix Shopify App

A bare-bones Shopify app build with [Remix](https://remix.run)

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

- [Remix Docs](https://remix.run/docs)

### Development

From your terminal:

```sh
npm run dev
```

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