Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baorv/faster-shopify-dev
HTTP proxy to forward http to https for improving the development time for Shopify developers
https://github.com/baorv/faster-shopify-dev
development locally ngrok-replacement shopify
Last synced: about 2 months ago
JSON representation
HTTP proxy to forward http to https for improving the development time for Shopify developers
- Host: GitHub
- URL: https://github.com/baorv/faster-shopify-dev
- Owner: baorv
- License: mit
- Created: 2019-10-11T10:10:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T22:33:19.000Z (almost 3 years ago)
- Last Synced: 2024-01-01T15:06:00.551Z (about 1 year ago)
- Topics: development, locally, ngrok-replacement, shopify
- Language: JavaScript
- Size: 263 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```bash
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
```bash
fashopify
``````bash
fashopify 8081 9000
```* Try our app in your browser
```text
https://localhost:
``````text
https://localhost:9000
```## Common issues
* When you try, it can throw an error like that
![Content Security Policy Error](./screenshot.png)
**Solution**
Install [Disable Content-Security-Policy (CSP)](https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden) to disable CSP in Chromium browers
## Issue
If you have any issue or question, please [create new issue](https://github.com/baorv/faster-shopify-dev/issues/new)
## License
This project is licensed under the [MIT License](LICENSE.md).
## Contributors
## Todo