express-proxy
Run locally
- Copy
.env.example
to.env
and fill in the values - Run
yarn install
- Run
yarn dev
to run the server locally
Now your server is running locally with the following endpoints:
- Client:
localhost:4000
(or any other port you set in.env
) - API:
localhost:4000/api
(or any other port you set in.env
)