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.
-
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
-
Install the project dependencies.
yarn install
-
Start the development server.
yarn start