Skip to content

barcia/react

Repository files navigation

React

Minimal base to start projects with React 19, TypeScript, and Vite.
Includes ready-to-use configuration with Tailwind, LightningCSS, Biome, and Wouter.
Uses PNPM as package manager and requires Node.js 24 or higher.

Getting Started

corepack enable
pnpm install --frozen-lockfile
pnpm run dev

Stack

Aliases and Paths

vite.config.ts and tsconfig.json are configured with the alias @ → /src.

import MyComponent from "@/components/MyComponent";

Scripts

pnpm dev       # Start development server
pnpm build     # Compile and build
pnpm preview   # Preview production build
pnpm lint      # Lint with Biome
pnpm format    # Format with Biome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published