mcp服务器编码代理
最小的TypeScript+React配置。
入门指南
- 安装依赖项:
npm install- 启动开发服务器:
npm run dev- 生产建设:
npm run build- 预览生产版本:
npm run preview技术栈
- 反应 -UI库
- TypeScript -类型安全的JavaScript
- 快 -快速构建工具和开发服务器
项目结构
├── src/
│ ├── App.tsx # Main React component
│ └── main.tsx # Application entry point
├── index.html # HTML template
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
└── package.json # Project dependencies