Skip to content

RelevanceAI/website-template-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Template Base

A modern React website template built with Vite, shadcn/ui, and Tailwind CSS. Perfect for building dashboards, admin panels, and modern web applications.

Features

  • Vite - Fast build tool and development server
  • ⚛️ React 19 - Latest React with modern hooks and features
  • 🎨 shadcn/ui - Beautiful, accessible component library
  • 🎯 Tailwind CSS v4 - Utility-first styling
  • 📊 Charts - Built-in chart components with Recharts
  • 🎭 Framer Motion - Smooth animations and transitions
  • 📱 Responsive - Mobile-first design
  • 🌙 Dark Mode - Theme switching with next-themes
  • 📍 Routing - Client-side routing with React Router

Quick Start

# Clone the repository
git clone <your-repo-url>
cd website-template-base

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

Project Structure

src/
├── components/ui/     # shadcn/ui components
├── pages/            # Application pages
├── lib/              # Utilities and helpers
├── assets/           # Static assets
└── App.jsx           # Main application component

Available Routes

  • / - Landing page with Vite + React welcome
  • /dashboard - Feature-rich dashboard with charts and analytics

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published