Project Directory Structure
mainUnderstanding the project layout is essential for managing artifacts and builds:
src/artifacts/: Place Claude-generated artifacts here.dist/: Contains the compiled production output.src/: Application source code.src/components/: Bundled Shadcn UI components.src/main.tsx: The application entry point.public/: Standalone static assets.src/assets/: Static assets used by the build system.index.html: The entry HTML file.