An open API service indexing awesome lists of open source software.

https://github.com/codellyson/quick-rest


https://github.com/codellyson/quick-rest

Last synced: 2 months ago
JSON representation

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.