rsbuild-trialbridge
v1.1.0
Published
> React + React Router + Tailwind Css with 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
svgas React Components - [x] Fast Refresh
- [x] Tailwind CSS Forms and Typography
- [x] TypeScript
- [x] Create new project with
npx create-rtw-apporyarn create rtw-app
Install
$ git clone && yarnDevelopment
Copy .env.example to .env or .env.local
$ yarn devDefault port is 3000 (or first available port). You can pass --port.
Build
$ yarn buildLinks
- React - https://react.dev/
- TailwindCss - https://tailwindcss.com/
- RSBuild - https://rsbuild.dev/
