GitHub - bskimball/tanstack-hono: A simple example of using Tanstack Router SSR with Hono in a monolith
github.comยท9hยท
Discuss: r/reactjs
๐Ÿ“˜TypeScript
Preview
Report Post

TanStack Router + Hono SSR Template

A modern, production-ready full-stack React application template combining TanStack Router with Hono for server-side rendering. This setup delivers fast, SEO-friendly applications with excellent developer experience.

๐Ÿƒโ€โ™‚๏ธ Quick Start

Option 1: Using the Setup Script (Recommended)

# Clone the template
npx degit bskimball/tanstack-hono my-app

# Navigate to your project
cd my-app

# Run the interactive setup script
bash scripts/setup.sh

The setup script will:

  • Update project name in package.json
  • Create .env file from .env.example
  • Install dependencies (optional)
  • Initialize git repository (optional)

Option 2: Manual Setup

# Clone the template
npx degit bskimball/tanstack-hono my-app

# Navigate to ...

Similar Posts

Loading similar posts...