Skip to content

Instantly share code, notes, and snippets.

@tylerball
Last active May 21, 2019 13:33
Show Gist options
  • Save tylerball/5715015e213af21e8eeac8806c1d92d6 to your computer and use it in GitHub Desktop.
Save tylerball/5715015e213af21e8eeac8806c1d92d6 to your computer and use it in GitHub Desktop.
# development
dev clone webgen
yarn
yarn build
dev cd
`dev project-path webgen`/bin/create-shopify embeddedapp <appname>
cd <appname>
yarn dev
# production
yarn create shopify embeddedapp <appname>
cd <appname>
yarn dev
@tmlayton
Copy link

Prerequisite steps would be nice to have. I’m trying to setup an app for 🎩’n changes to polaris-react as we switch over components to using app bridge. I would assume for testing in dev I would pass shop1.myshopify.io as my host, but not sure how to generate an API key in development.

image

@michenly
Copy link

@tmlayton
You can follow the instruction here for setup right now.
https://gist.github.com/michelleyschen/a73325f66c2340e543e31bddb6f74ee7

@markiiikram
Copy link

screen shot 2018-10-15 at 10 23 37 am

Hey @tylerball, Kinda similar to Tim, but have you thought about adding something at the top of the tool saying you'll need to create an app in the Partners Dashboard, and you'll be using that app name, api key, shop origin, etc for creating your app?

@tylerball
Copy link
Author

@markiiikram @tmlayton sorry didn't see these! Yes the plan is to add more messaging here, I've tracked it here: Shopify/shopify-app-template-node#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment