express-proxy
Run locally
- Copy
.env.exampleto.envand fill in the values - Run
yarn install - Run
yarn devto 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)