Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sozonome/rsbuild-react-chakra-starter

template to initialize react-app with rsbuild, chakra-ui and typescript setup
https://github.com/sozonome/rsbuild-react-chakra-starter

boilerplate boilerplate-template chakra-ui react rsbuild rspack starter-template template typescript

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# rsbuild-react-chakra-starter

This is a project bootstrapped with [`create-react-app`](https://create-react-app.dev/), converted to rsbuild, added with [Chakra UI](https://chakra-ui.com) and [TypeScript](https://www.typescriptlang.org) setup.

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

[**Live Demo**](https://rsbuild-react-chakra-starter.sznm.dev/)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/sozonome/rsbuild-react-chakra-starter) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sozonome/rsbuild-react-chakra-starter)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sozonome/rsbuild-react-chakra-starter)

## Getting Started

You can either click [`Use this template`](https://github.com/sozonome/rsbuild-react-chakra-starter/generate) button on this repository and clone the repo or use npx degit like so:

```bash
npx degit sozonome/rsbuild-react-chakra-starter
```

Then, run the development server:

```bash
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

- [rsbuild](https://rsbuild.dev/)
- https://rsbuild.dev/guide/advanced/env-vars#public-variables
- [Chakra UI](https://chakra-ui.com/)
- [TypeScript](https://www.typescriptlang.org)