HTTP proxy to forward http to https for improving the development time for Shopify developers
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.
- Run bellow command to install this package
npm install -g faster-shopify-dev or yarn global add faster-shopify-dev
- 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
- When you try, it can throw an error like that
Solution
Install Disable Content-Security-Policy (CSP) to disable CSP in Chromium browers
If you have any issue or question, please create new issue
This project is licensed under the MIT License.