| .. | ||
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| components.json | ||
| graphql-codegen.ts | ||
| index.html | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| rsbuild.config.ts | ||
| tsconfig.json | ||
| tsr.config.json | ||
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