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.
svg
as React Componentsnpx create-rtw-app
or yarn create rtw-app
$ git clone && yarn
Copy .env.example
to .env
or .env.local
$ yarn dev
Default port is 3000 (or first available port). You can pass --port
.
$ yarn build