# Web App

A full-stack web application built with Turborepo + React Router.

## Architecture

- **Frontend**: React Router v7 with SSR
- **Backend**: Hono for API routes
- **Runtime**: Nodejs
- **Build Tool**: Vite

## Getting Started

### Prerequisites

- Node.js 18+
- pnpm (recommended)

### Development

1. Install dependencies:

```bash
pnpm install
```

2. Start the development server:

```bash
pnpm run dev
```

3. Open your browser and navigate to `http://localhost:5173`

### Building

```bash
pnpm run build
```
