CORS example for a blog article: www.zeljkovic.sh/blog/2023/cors
Install dependencies: pnpm install
Run frontend: pnpm run-fe
Run backend: pnpm run-be
CORS error will be thrown by default. To fix it, uncomment one of the Access-Control-Allow-Origin handling
mechanisms in server.js.