This is a simple node proxy server built with fastify. It is not intended for production, but it can be a handy little tool to bypass CORS errors when developing locally.
-
Clone the repo
git clone https://github.com/LucasFrazier/simple-proxy.git
or
git clone git@github.com:LucasFrazier/simple-proxy.git
-
cd
into the directorycd simple-proxy
-
run
npm install
npm install
-
run
node proxy-server
node proxy-server