Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruffahmed/qbfy-banner
This is a Shopify App. Shopify merchants can install this app on their dashboard and it'll help them to create a global banner for the store.
https://github.com/maruffahmed/qbfy-banner
graphql javascript koajs mysql nodejs polaris shopify shopify-admin shopify-api shopify-app
Last synced: about 1 month ago
JSON representation
This is a Shopify App. Shopify merchants can install this app on their dashboard and it'll help them to create a global banner for the store.
- Host: GitHub
- URL: https://github.com/maruffahmed/qbfy-banner
- Owner: maruffahmed
- License: mit
- Created: 2021-06-24T12:32:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T11:37:27.000Z (over 3 years ago)
- Last Synced: 2024-10-01T02:05:20.302Z (about 2 months ago)
- Topics: graphql, javascript, koajs, mysql, nodejs, polaris, shopify, shopify-admin, shopify-api, shopify-app
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Shopify App Node
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
[![Build Status](https://travis-ci.com/Shopify/shopify-app-node.svg?branch=master)](https://travis-ci.com/Shopify/shopify-app-node)Boilerplate to create an embedded Shopify app made with Node, [Next.js](https://nextjs.org/), [Shopify-koa-auth](https://github.com/Shopify/quilt/tree/master/packages/koa-shopify-auth), [Polaris](https://github.com/Shopify/polaris-react), and [App Bridge React](https://shopify.dev/tools/app-bridge/react-components).
## Installation
Using the [Shopify-App-CLI](https://github.com/Shopify/shopify-app-cli) run:
```sh
~/ $ shopify create project APP_NAME
```Or, fork and clone repo
## Requirements
- If you don’t have one, [create a Shopify partner account](https://partners.shopify.com/signup).
- If you don’t have one, [create a Development store](https://help.shopify.com/en/partners/dashboard/development-stores#create-a-development-store) where you can install and test your app.
- In the Partner dashboard, [create a new app](https://help.shopify.com/en/api/tools/partner-dashboard/your-apps#create-a-new-app). You’ll need this app’s API credentials during the setup process.## Usage
This repository is used by [Shopify-App-CLI](https://github.com/Shopify/shopify-app-cli) as a scaffold for Node apps. You can clone or fork it yourself, but it’s faster and easier to use Shopify App CLI, which handles additional routine development tasks for you.
## License
This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).