A generic tiny backend express server, Helps add support for oauth Authorization code flow to a react web app
First, copy the included .env.sample into .env
cp .env.sample .envNext install packages using yarn, transpile the typescript files and then start the app:
yarn
yarn tsc && yarn startFor development, you can use
yarn devyarn test