oidc-client-rx/examples/react-tanstack-router
2025-03-04 22:02:42 +08:00
..
public build: fix build and add examples 2025-02-05 22:49:38 +08:00
src feat: add solid-js support 2025-03-04 22:02:42 +08:00
.gitignore build: fix build and add examples 2025-02-05 22:49:38 +08:00
package.json feat: add basic example 2025-02-06 04:26:07 +08:00
postcss.config.mjs feat: add basic example 2025-02-06 04:26:07 +08:00
README.md build: fix build and add examples 2025-02-05 22:49:38 +08:00
rsbuild.config.ts feat: add basic example 2025-02-06 04:26:07 +08:00
tailwind.config.mjs feat: add basic example 2025-02-06 04:26:07 +08:00
tsconfig.json build: fix build and add examples 2025-02-05 22:49:38 +08:00
tsr.config.json feat: add basic example 2025-02-06 04:26:07 +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