jgodson / shopify-script-creator

React app to create Shopify Scripts
https://jgodson.github.io/shopify-script-creator/
GNU General Public License v3.0
163 stars 40 forks source link
hacktoberfest shopify-scripts

Shopify Script Creator

This project was intended to be a UI to generate Ruby code to paste into the Shopify Script Editor application, no extra coding needed.

Dependencies

CI

Getting started

Installation

Clone this project and install all the project dependencies.

yarn install

Development

JavaScript/React

Run the local webpack development server.

yarn start

Open http://localhost:8080 in your browser and you should see the application running.

Ruby Scripts

Tests

Ruby

JavaScript

Deploying