oidc-client-rx/examples/react-tanstack-router
2025-02-05 22:49:38 +08:00
..
public build: fix build and add examples 2025-02-05 22:49:38 +08:00
src build: fix build and add examples 2025-02-05 22:49:38 +08:00
.gitignore build: fix build and add examples 2025-02-05 22:49:38 +08:00
package.json build: fix build and add examples 2025-02-05 22:49:38 +08:00
README.md build: fix build and add examples 2025-02-05 22:49:38 +08:00
rsbuild.config.ts build: fix build and add examples 2025-02-05 22:49:38 +08:00
tsconfig.json build: fix build and add examples 2025-02-05 22:49:38 +08:00

Rsbuild project

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview