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 .env
Next install packages using yarn, transpile the typescript files and then start the app:
yarn
yarn tsc && yarn start
For development, you can use
yarn dev
yarn test