This example demonstrate how to use accounts-js.
git clone https://github.com/accounts-js/examples.git
cd examples/react-graphql-typescript
yarn install
If you haven't started the example server side, go ahead to start it first.
Start the app.
yarn start
Open a browser and navigate to http://localhost:3000.