Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alonronin/react-tailwind-rsbuild-boilerplate
- Owner: alonronin
- License: unlicense
- Created: 2020-12-09T16:17:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T22:42:54.000Z (4 months ago)
- Last Synced: 2024-08-02T13:17:36.131Z (3 months ago)
- Topics: boilerplate, react, tailwindcss, webpack
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rspack - react-tailwind-rsbuild-boilerplate
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/