- Install dependencies
npm i
- Describe env variables (see example in Env setup)
- Launch node
npm start
- Profit!!
cp .env.default .env
- PROXY_URL - url which you wanna proxying
- COOKIE_DOMAIN - domain which will use in cookies
- PORT - by default is 8080
- ORIGIN - by default is http://localhost:3000