https://github.com/codellyson/quick-rest
https://github.com/codellyson/quick-rest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codellyson/quick-rest
- Owner: codellyson
- Created: 2025-11-26T15:09:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-30T16:09:57.000Z (4 months ago)
- Last Synced: 2025-12-01T22:47:58.591Z (4 months ago)
- Language: TypeScript
- Homepage: https://quick-rest.vercel.app
- Size: 244 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite + TanStack Router + Tailwind CSS Starter
A no-nonsense starter pack for building React applications with Vite, TanStack Router, and Tailwind CSS.
## Getting Started
Install dependencies:
```bash
pnpm install
```
Start the development server:
```bash
pnpm dev
```
Build for production:
```bash
pnpm build
```
Preview production build:
```bash
pnpm preview
```
## Tech Stack
- **React 18** - UI library
- **Vite** - Build tool and dev server
- **TanStack Router** - Type-safe routing
- **Tailwind CSS** - Utility-first CSS framework
- **TypeScript** - Type safety
## Project Structure
```
src/
routes/ # TanStack Router file-based routes
main.tsx # Application entry point
index.css # Global styles with Tailwind
```
## Adding Routes
Create new route files in `src/routes/` following TanStack Router's file-based routing conventions.