react-scaffold

Generate a React/Vite/Bun project scaffold with feature-based structure and tests.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/vndee/engineering-skills --skill react-scaffold-vndee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-scaffold
Source: https://github.com/vndee/engineering-skills/tree/main/.claude/skills/react-scaffold
Command: npx skills add https://github.com/vndee/engineering-skills --skill react-scaffold-vndee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrapping a React/Vite/Bun frontend from scratch is time-consuming and error-prone.

Core Features & Use Cases

  • Provides a ready-to-use project skeleton with feature-based module layout, typed API client, and integrated testing setup.
  • Includes a production-ready Docker build workflow and a minimal, extensible architecture for rapid feature development.
  • Great for teams needing consistent scaffolds for new React projects and rapid onboarding.

Quick Start

Bootstraps a new React project with a feature-based structure and tests in a single command.

Frequently Asked Questions about react-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a React project with a feature-based architecture?

To scaffold a React project with a feature-based architecture, use a tool that generates a ready-to-use project skeleton featuring co-located tests, a typed API client, and an integrated testing setup in a single command.

Does this React scaffold work with Vite and Bun?

Yes, this React scaffold works with Vite and Bun. It bootstraps a React frontend using Vite and Bun, providing a minimal and extensible architecture tailored for rapid feature development from day one.

What is the best way to set up a React project with co-located tests?

The best way to set up a React project with co-located tests is using a scaffold that enforces a feature-based module layout. This structure inherently co-locates tests within feature directories to streamline development.

Can I get a production-ready Docker build workflow for a Vite and React app?

Yes, you can get a production-ready Docker build workflow for a Vite and React app. This scaffold includes Docker build guidance and configurations to ensure your frontend is deployment-ready immediately.

Why does bootstrapping a React frontend from scratch take so much time?

Bootstrapping a React frontend from scratch takes time because configuring the feature-based architecture, typed API client, and testing library requires manual setup. A dedicated scaffold eliminates this error-prone process.