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
- Host: GitHub
- URL: https://github.com/marutypes/shopify-create-node-app
- Owner: marutypes
- License: mit
- Created: 2018-03-02T20:21:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T19:19:18.000Z (about 7 years ago)
- Last Synced: 2025-02-07T13:38:54.441Z (4 months ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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