An open API service indexing awesome lists of open source software.

https://github.com/mcclowes/prxy-srvr

Proxy server workaround for CORS when developing locally
https://github.com/mcclowes/prxy-srvr

Last synced: 9 months ago
JSON representation

Proxy server workaround for CORS when developing locally

Awesome Lists containing this project

README

          

# proxy-srvr

Quickly setup a proxy server to run CORS requests through

## Getting started

Install dependencies:

`npm install`

Run the server:

`npm run serve`

The server runs at `https://localhost:8000`. Prepend your requests with this URL to get around CORS restrictions.