Skip to content

Latest commit

 

History

History

spa

UAuth Developer Demo

This is a simple create-react-app demo of a uauth integration using the @uauth/js package. If you've never heard of create react app you can learn more here.

The entire demo project is contained and anotated inside the src/index.tsx file.

Running this Project

  1. Build your local copy of the uauth repo.

    # From the top level of the uauth repo
    yarn install
    yarn build

    Or add a live version of the @uauth/js package to the project.

    # Inside this project folder
    yarn add @uauth/js
  2. Install the project dependencies.

    yarn install
  3. Start the development server.

    yarn start