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
- Host: GitHub
- URL: https://github.com/willsonsmith/shopify-remix-app
- Owner: WillsonSmith
- License: mit
- Created: 2022-02-09T18:43:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T02:26:25.000Z (over 4 years ago)
- Last Synced: 2025-03-27T19:14:47.913Z (over 1 year ago)
- Topics: javascript, remix-run, shopify, shopify-app
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 40
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.