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
- Host: GitHub
- URL: https://github.com/mcclowes/prxy-srvr
- Owner: mcclowes
- Created: 2019-10-10T16:09:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T15:18:00.000Z (over 6 years ago)
- Last Synced: 2025-02-15T11:29:40.685Z (11 months ago)
- Language: JavaScript
- Homepage: prxy-srvr.vercel.app
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.