承接 jengo/react-starter-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jengo/react-starter-kit

Composer 安装命令:

composer create-project jengo/react-starter-kit

包简介

CodeIgniter4 React starter kit

README 文档

README

Packagist Version Packagist Downloads License

A modern CodeIgniter 4 + React starter template powered by Inertia.js, built to kickstart your next full-stack project with zero boilerplate hassle.

This starter kit uses React with Webpack and Tailwind CSS pre-configured. Backend powered by CodeIgniter 4, bridged by Inertia.js.

🚀 Getting Started

1. Create a New Project

composer create-project jengo/react-start-kit my-app

2. Install Dependencies

cd my-app

# Install JS dependencies
npm install

3. Run Dev Server

npm run dev

By default, the development server runs at http://localhost:8080.

Internally this runs php spark serve.

🧩 Included Features

  • ✅ React 19
  • ✅ Webpack for fast builds
  • ✅ Tailwind CSS
  • ✅ Inertia.js (React adapter)
  • ✅ Clean project structure
  • ✅ TypeScript-ready (opt-in)
  • ✅ Example routing + layout system

📁 Project Structure

├── app/                   # CI4 controllers & config
├── public/
│   └── index.php
├── resources/
│   └── js/
│       ├── App.jsx        # React app entry point
│       ├── Pages/         # Inertia pages
│       └── Shared/        # Shared layouts/components
├── webpack.config.js
├── composer.json
├── package.json

🧱 Based On

This starter is powered by:

🙌 Contributing

Feel free to fork and improve. PRs welcome — especially for auth scaffolding, presets, or useful utilities.

🧪 License

This project is under a MIT License

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-27