/rsbuild-react-chakra-starter

initialize react app with rsbuild, Chakra UI and TypeScript setup. Configured with awesome toolings: Biome, Husky + Lint-Staged, Commitlint, and Turbo.

Primary LanguageTypeScript

rsbuild-react-chakra-starter

This is a project bootstrapped with create-react-app, converted to rsbuild, added with Chakra UI and TypeScript setup.

  • 🔗 route management added (react-router-dom configured)

Live Demo

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

Getting Started

You can either click Use this template button on this repository and clone the repo or use npx degit like so:

npx degit sozonome/rsbuild-react-chakra-starter <app_name>

Then, run the development server:

pnpm start

💡 If you're a VS Code user, you can copy the .vscode/settings.template.json file to .vscode/settings.json.

Deployment

  • build command: pnpm build

References