Skip to content

udocs-ai/website-start

Repository files navigation

Website Start

A modern React/TypeScript web application starter template.

Features

  • ⚡️ Vite - Next generation frontend tooling
  • 🚀 React 19 - The latest version of React
  • 🔄 TanStack Router - Type-safe routing
  • 🎨 Tailwind CSS - Utility-first CSS framework
  • 🧱 shadcn/ui - Re-usable components built with Radix UI and Tailwind CSS
  • 🔍 Biome - Formatter and linter for JavaScript/TypeScript
  • 📦 pnpm - Fast, disk space efficient package manager

Getting Started

Prerequisites

Installation

  1. Install dependencies:

    pnpm install
  2. Start the development server:

    pnpm dev
  3. Build for production:

    pnpm build

Available Scripts

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm format - Format code with Biome
  • pnpm check - Check code with Biome
  • pnpm ui - Add shadcn/ui components

Project Structure

src/
├── components/     # Shared components
├── lib/           # Utility functions
├── routes/        # Application routes
├── router.tsx     # Router configuration
├── styles.css     # Global styles
└── shims.d.ts     # TypeScript declarations

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published