Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 878 Bytes

File metadata and controls

37 lines (24 loc) · 878 Bytes

react-playground

A modern React development playground, leveraging TypeScript for type safety, and seamlessly integrating SCSS, Tailwind CSS, and Ant Design for robust UI development. The project uses pnpm for efficient package management and Rsbuild for fast and flexible builds.

This repository is collaboratively maintained by AI coding tools and human developers, with a primary focus on testing and validating the Vibe coding workflow.

Setup

Install the dependencies:

# install pnpm globally
npm install -g pnpm

# install dependencies
pnpm install

Get started

Start the dev server, and the app will be available at http://localhost:3000.

pnpm run dev

Build the app for production:

pnpm run build

Preview the production build locally:

pnpm run preview