Files
crabwalk/README.md
T
2026-01-25 17:47:27 -05:00

465 B

crabwalk

A full-stack React application built with TanStack Start.

Getting Started

# Install dependencies
npm install

# Start development server
npm run dev

Scripts

  • dev - Start development server
  • build - Build for production
  • start - Start production server

Learn More