A modern React template built with the latest technologies, including TanStack Query, TanStack Router, Tailwind CSS, and RsBuild. This template is designed to provide a robust foundation for building scalable and maintainable React applications.
If you are looking for the full stack experience, check out tanstack-start
Follow these steps to set up and run the project locally.
-or-
Clone the repository:
git clone https://github.com/BahaaalHalabi01/tanstack-query-rsbuild-template
cd tanstack-query-rsbuild-template
Install dependencies:
bun install
Run the development server:
bun dev
Open your browser and navigate to http://localhost:3000/
.
Build for production:
bun run build
Serve the production build using bun:
bun dist/index.html
This project is licensed under the MIT License.