You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application created by Jeremy Osborn in collaboration with Jonathan Whittle for use at The Southern Baptist Theological Seminary.
Running Application Locally
Two terminal windows are needed at this point, one to launch the React app and another to lauch the express api.
yarn start will launch the React app on port 3000, and yarn api will spin up the api on port 4000. A /healthcheck route has been provided to ensure that the api is responding.
About
Application created by Jeremy Osborn in collaboration with Jonathan Whittle for use at The Southern Baptist Theological Seminary.