# TanStack Router

{% hint style="info" %}
TanStack Start support is comming soon. [Follow progress](https://github.com/keycloakify/oidc-spa/issues/43).
{% endhint %}

The example setup is live here: <https://example-tanstack-router.oidc-spa.dev/>

Run it locally with:

```bash
npx degit https://github.com/keycloakify/oidc-spa/examples/tanstack-router-file-based oidc-spa-tanstack-router
cd oidc-spa-tanstack-router
cp .env.local.sample .env.local
yarn
yarn dev
```

{% embed url="<https://github.com/keycloakify/oidc-spa/tree/main/examples/tanstack-router-file-based>" %}
