Awesome
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)
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