Skip to content

vkalahas/react-todo-frontend

Repository files navigation

Modern React Starter

A modern React starter template with TypeScript, featuring:

  • ⚡️ Vite
  • 🎨 Tailwind CSS
  • 🔍 TypeScript
  • 🔄 TanStack Query (React Query)
  • 🎯 shadcn/ui Components

Getting Started

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:5173 with your browser.

Features

  • Vite: Lightning fast development server and build tool
  • TypeScript: Static type checking and better developer experience
  • Tailwind CSS: Utility-first CSS framework
  • TanStack Query: Powerful data synchronization and caching
  • shadcn/ui: High-quality, accessible React components

Adding shadcn/ui Components

To add a new component from shadcn/ui, use the following command:

npx shadcn-ui@latest add [component-name]

For example, to add the button component:

npx shadcn-ui@latest add button

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build locally
  • npm run lint - Run ESLint
  • npm run type-check - Run TypeScript type checking# test-hono-backend

test-hono-backend

About

test-react-frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published