An open API service indexing awesome lists of open source software.

https://github.com/marutypes/shopify-create-node-app

Quickly scaffold out a shopify node app
https://github.com/marutypes/shopify-create-node-app

Last synced: about 2 months ago
JSON representation

Quickly scaffold out a shopify node app

Awesome Lists containing this project

README

        

# Create-Node-App
Scaffold out a embedded node app in seconds using [Polaris](https://github.com/Shopify/polaris) and [Shopify-Express](https://github.com/Shopify/shopify-express).

## Installation

**npm**
Not currently on NPM :) Someday!

**git**
```
git clone [email protected]:TheMallen/shopify-create-node-app.git
npm install -g path/to/clone shopify-create-node-app
```

## Usage

1. [Set up a host for your app](https://help.shopify.com/api/tutorials/building-node-app#step-1-expose-your-local-development-environment-to-the-internet)

2. [Set up an app on the partners dashboard](https://help.shopify.com/api/tutorials/building-node-app#step-2-create-and-configure-your-app-in-the-partner-dashboard)

3. Run the generator and fill in the fields
```
create-node-app my-app-name
```

4. Install the app on your store