The Wayback Machine - https://web.archive.org/web/20201105001119/https://github.com/baorv/faster-shopify-dev
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

faster-shopify-dev

HTTP proxy to forward http to https for improving the development time for Shopify developers

Why should use this tool?

When you develop a Shopify app, Shopify suggests to use ngrok, but it so slow, because ngrok needs to use your internet connection. So this tool will help you to run your app in locally for developing faster.

Installation

  • Run bellow command to install this package
npm install -g faster-shopify-dev or yarn global add faster-shopify-dev

Usage

  • Run the bellow command to reverse a port to another with https
fashopify <shopify app port> <target port>
fashopify 8081 9000
  • Try our app in your browser
https://localhost:<target port>
https://localhost:9000

Common issues

  • When you try, it can throw an error like that

Content Security Policy Error

Solution

Install Disable Content-Security-Policy (CSP) to disable CSP in Chromium browers

Issue

If you have any issue or question, please create new issue

License

This project is licensed under the MIT License.

Contributors

Todo

About

HTTP proxy to forward http to https for improving the development time for Shopify developers

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.