Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alonronin/react-tailwind-rsbuild-boilerplate

React + React Router + Tailwind Css with RSBuild boilerplate.
https://github.com/alonronin/react-tailwind-rsbuild-boilerplate

boilerplate react tailwindcss webpack

Last synced: 26 days ago
JSON representation

React + React Router + Tailwind Css with RSBuild boilerplate.

Awesome Lists containing this project

README

        

# React + Tailwind CSS + RSBuild Boilerplate

> React + React Router + Tailwind Css with RSBuild boilerplate.

A bare minimum, and as much as un-opinionated as can be, boilerplate, so you can start develop and deploy React apps with Tailwind CSS and RSBuild.

### Features

- [x] Blazingly Fast!
- [x] Routing and Lazy Loading routes
- [x] React Suspense
- [x] React 18
- [x] Importing `svg` as React Components
- [x] Fast Refresh
- [x] Tailwind CSS Forms and Typography
- [x] TypeScript
- [x] Create new project with `npx create-rtw-app` or `yarn create rtw-app`

### Install

```$shell
$ git clone && yarn
```

### Development

Copy `.env.example` to `.env` or `.env.local`

```$shell
$ yarn dev
```

Default port is 3000 (or first available port). You can pass `--port`.

### Build

```$shell
$ yarn build
```

### Links

- React - https://react.dev/
- TailwindCss - https://tailwindcss.com/
- RSBuild - https://rsbuild.dev/