Skip to content

kumarbhushan/shopifyScriptPostEx

Repository files navigation

Shopify App Node

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

Installation

Install

Shopify App CLI installs using a shell script. Download and run it in your terminal with one command:

Mac OS and Ubuntu

eval"$(curl -sS https://raw.githubusercontent.com/Shopify/shopify-app-cli/master/install.sh)"

Windows

Install Linux Subsystem for Windows and the Ubuntu VM, then:

eval"$(curl -sS https://raw.githubusercontent.com/Shopify/shopify-app-cli/master/install.sh)"

NOTE: Installing the Shopify App CLI requires curl. You can to see if it's on your system by running: curl --version

Getting started

Developers should have some prior knowledge of the Shopify app ecosystem. Currently Shopify App CLI creates apps using either Node or Ruby.

Using the Shopify-App-CLI run:

~/ $ shopify server

Requirements

Usage

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

About

Shopify Test App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published