Skip to content

samofwise/nestedEditTest

Repository files navigation

React + TypeScript + Vite + Tailwind CSS 4.1

A modern React application built with TypeScript, Vite, and Tailwind CSS 4.1.

Getting Started

Install Dependencies

npm install

Development

Run the development server:

npm run dev

The app will be available at http://localhost:5173

Build

Create a production build:

npm run build

Preview

Preview the production build:

npm run preview

Tech Stack

  • React 18 - UI library
  • TypeScript - Type safety
  • Vite - Build tool and dev server
  • Tailwind CSS 4.1 - Utility-first CSS framework

Project Structure

├── src/
│   ├── App.tsx          # Main app component
│   ├── main.tsx         # Entry point
│   ├── index.css        # Tailwind CSS import
│   └── vite-env.d.ts    # Vite type definitions
├── index.html           # HTML template
├── vite.config.ts       # Vite configuration
├── tsconfig.json        # TypeScript configuration
└── package.json         # Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages