# {{projectName}} TypeScript backend application built with AppKit. ## Quick Start ```bash npm install npm run dev:api ``` Your API will be available at: http://localhost:3000/api ## Scripts - `npm run dev:api` - Development server with hot-reload - `npm run build` - Build for production - `npm run start:prod` - Start production server ## Adding Features ```bash # Custom feature npx appkit generate feature product # User authentication npx appkit generate feature user # With database npx appkit generate feature order --db ``` ## Documentation - [CLI Reference](docs/APPKIT_CLI.md) - [LLM Guide](docs/APPKIT_LLM_GUIDE.md) - [Code Standards](docs/APPKIT_COMMENTS_GUIDELINES.md) Built with **AppKit** ⚡