Skip to content

template to initialize react-app with rsbuild, chakra-ui and typescript setup

Notifications You must be signed in to change notification settings

sozonome/rsbuild-react-chakra-starter

Repository files navigation

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