https://github.com/utsavdotpro/starter-react-tailwind-rspack
A starter template in Rspack for React with Tailwind
https://github.com/utsavdotpro/starter-react-tailwind-rspack
react rsbuild rspack tailwindcss
Last synced: 2 months ago
JSON representation
A starter template in Rspack for React with Tailwind
- Host: GitHub
- URL: https://github.com/utsavdotpro/starter-react-tailwind-rspack
- Owner: utsavdotpro
- Created: 2025-08-21T17:03:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T17:09:23.000Z (10 months ago)
- Last Synced: 2025-09-04T04:58:09.868Z (10 months ago)
- Topics: react, rsbuild, rspack, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[
](https://githubbox.com/utsavdotpro/starter-react-tailwind-rspack)
# React + Tailwind with Rspack Starter Template
A modern starter template for building websites with React + Tailwind with:
[](https://react.dev)
[](https://tailwindcss.com)
[](https://typescriptlang.org)
[](https://rsbuild.rs/)
---
## How to Reuse Locally?
Use `degit` to download the repository locally.
> **❓ What is [degit](https://github.com/Rich-Harris/degit)?**
> degit downloads a copy of git repository with downloading its entire git history.
Install degit globally.
```bash
pnpm install -g degit
```
Download the latest version
```bash
degit utsavdotpro/starter-react-tailwind-rspack
```
## Getting Started
### Installation
```bash
pnpm install
```
### Development
```bash
pnpm dev
```
### Build for Production
```bash
pnpm build
```
### Preveiw Production
```bash
pnpm preview
```
## License
MIT