Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 609 Bytes

readme.md

File metadata and controls

32 lines (21 loc) · 609 Bytes

Express Server

Coverage Status

A generic tiny backend express server, Helps add support for oauth Authorization code flow to a react web app

Getting started

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

Testing

yarn test