Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 606 Bytes

Shopify App Boilerplate

This repo provides a starting point for building a Shopify embedded application with Node and Ember.

Out of the box you get:

  • Shop authentication with Shopify OAuth
  • Embedded admin application generated by ember-cli
  • Express server with self-signed SSL certificate (allows app iframe to be embedded during dev)
  • Authenticated API using JSON Web Tokens

Basically, all of the boring things are taken care of so you can focus on the app.