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.
Install the dependencies:
# install pnpm globally
npm install -g pnpm
# install dependencies
pnpm installStart the dev server, and the app will be available at http://localhost:3000.
pnpm run devBuild the app for production:
pnpm run buildPreview the production build locally:
pnpm run preview