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

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

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://img.shields.io/badge/React-v19-61dafb?style=for-the-badge&logo=react)](https://react.dev)
[![](https://img.shields.io/badge/Tailwind-v4-38bdf8?style=for-the-badge&logo=tailwindcss)](https://tailwindcss.com)
[![](https://img.shields.io/badge/TypeScript-v5-3178c6?style=for-the-badge&logo=typescript)](https://typescriptlang.org)
[![](https://img.shields.io/badge/Rsbuild-v1-F93920?style=for-the-badge&logo=rspack)](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