Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrandja-akram/nextjs-shopify-non-embedded
Next.js App Template for shopify non-embedded Apps
https://github.com/benrandja-akram/nextjs-shopify-non-embedded
Last synced: 3 days ago
JSON representation
Next.js App Template for shopify non-embedded Apps
- Host: GitHub
- URL: https://github.com/benrandja-akram/nextjs-shopify-non-embedded
- Owner: benrandja-akram
- Created: 2024-03-15T14:00:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T00:20:07.000Z (10 months ago)
- Last Synced: 2024-03-17T05:44:50.336Z (10 months ago)
- Language: TypeScript
- Homepage: https://shopify-non-embedded.vercel.app
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify x Next.js App Template for shopify non-embedded Apps
## Usage
- Create an app in shopify partners dashboard, and get api key and secret key from access page.
- Intall dependencies and copy your keys to .env.local file```sh
npm install
# copy env file and add env vars
cp .env.example .env.local
npm run dev
```