mohamadsdg / shopify-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify App Node

License: MIT Build Status

Boilerplate to create an embedded Shopify app made with Node, Next.js, Shopify-koa-auth, Polaris, and App Bridge React.

Installation

Using the Shopify CLI run:

~/ $ shopify app create node -n APP_NAME

Or, fork and clone repo

Requirements

Usage

This repository is used by Shopify 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.

Updates

[Coming soon] Replace Next.js and Koa with Express.js

We will be moving to Express to keep Shopify's framework usage consistent. Our sample app currently uses both Koa and Next.js which makes the server-side unnecessarily complex to use and maintain.

Try it out with this command, understanding that things may not be totally stable yet: npx degit shopify/shopify-app-node#sample_app_updates.

License

This repository is available as open source under the terms of the MIT License.

About

License:MIT License


Languages

Language:JavaScript 98.3%Language:Shell 1.7%