Production-ready CLAUDE.md template for Full-Stack TypeScript projects. Complete project instructions for Claude Code.
## Full-Stack TypeScript CLAUDE.md Template A complete CLAUDE.md file for Full-Stack TypeScript projects. ### CLAUDE.md ```markdown # Full-Stack TypeScript Project Instructions ## Overview This is a Full-Stack TypeScript project using TypeScript. ## Tech Stack - Language: TypeScript - Framework: Full-Stack TypeScript - Focus: full-stack ## Project Structure ``` src/ components/ # UI components lib/ # Shared utilities app/ # Application routes tests/ # Test files docs/ # Documentation ``` ## Coding Conventions - Use TypeScript best practices - Strict type checking enabled - No console.log in production code - All functions must have error handling - Use descriptive variable and function names - Maximum file length: 300 lines ## Commands ```bash # Development npm run dev # Testing npm test # Build npm run build # Lint npm run lint ``` ## Git Conventions - Branch: feature/description, fix/description - Commits: Conventional Commits format - PR: Always squash merge ## Important Rules - NEVER modify generated files - ALWAYS run tests before committing - PREFER composition over inheritance - AVOID premature optimization - USE environment variables for all secrets ``` ### Usage 1. Create `CLAUDE.md` in your project root 2. Claude Code reads this automatically 3. Customize for your specific project needs
Free to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this prompt into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
Sign in and download this prompt to leave a review.