LeonelAimar / new-shopify-node-ts-app-boilerplate

Shopify boilerplate for embedded apps. Built and re-written from the official Shopify CLI's app boilerplate, but moved it to Typescript, and some modular improvements, so you can use any frontend framework you want. I left it comes by default, with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify App Node

License: MIT

This is a sample app to help developers bootstrap their Shopify app development.

It leverages the Shopify API Library on the backend to create an embedded app, and Polaris and App Bridge React on the frontend.

This is the repository used when you create a new Node app with the Shopify CLI.

Requirements

Installation

Using the Shopify CLI run:

shopify app create node -n APP_NAME

Or, you can run npx degit shopify/shopify-app-node and create a .env file containing the following values:

SHOPIFY_API_KEY={api key}           # Your API key
SHOPIFY_API_SECRET={api secret key} # Your API secret key
SCOPES={scopes}                     # Your app's required scopes, comma-separated
HOST={your app's host}              # Your app's host, without the protocol prefix

Developer resources

License

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

About

Shopify boilerplate for embedded apps. Built and re-written from the official Shopify CLI's app boilerplate, but moved it to Typescript, and some modular improvements, so you can use any frontend framework you want. I left it comes by default, with React.

License:MIT License


Languages

Language:TypeScript 59.2%Language:Vue 36.2%Language:JavaScript 3.5%Language:HTML 1.0%Language:Shell 0.1%