This is a project bootstrapped with create-react-app, converted to rsbuild, added with Chakra UI and TypeScript setup.
- 🔗 route management added (
react-router-domconfigured)
You can either click Use this template button on this repository and clone the repo or use npx degit like so:
npx degit agustinusnathaniel/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.jsonfile to.vscode/settings.json.
- build command:
pnpm build