/react-okta-custom-login

Template for custom login page using @okta/react-okta

Primary LanguageJavaScript

react-okta-custom-login

Custom login sample app, made with:



Setup

Prior to inititating the steps below, you'll need to create a SPA within Okta

Install packages

yarn install

Create a .env file and load variables

REACT_APP_DOMAIN=
REACT_APP_CLIENT_ID=

Run the application

yarn start

Run the build

yarn build

Run tests

yarn test