Skip to content

divya-kanak/Shopify-App-with-Node-and-React

Repository files navigation

Shopify-App-with-Node-and-React

Repository

This project will provide basic Shopify App which is run into your store.

Requirements:

  • Nodejs
  • React
  • Next.js
  • GraphQL
  • Apollo
  • Polaris

Set up your app

# Node version 8.1.0 or later
node -v

# Install dependencies
npm install

# Start project at development
npm run dev 
(App will be run on https://localhost:3000/)

Expose your dev environment

When authenticating merchants, Shopify redirects from the app authorization prompt back to your app. Your app needs an HTTPS address to be able to do this. Since your localhost:3000 isn’t a public address, you’ll use ngrok to create a secure tunnel from the public internet to your local machine.

npm install ngrok -g

ngrok http 3000

Create APP at Shopify Account where this app is run, Get a Shopify API key and Shopify API secret key

Authenticate and test your app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published