Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```