All Projects β†’ cyruzin β†’ codeigniter-react-boilerplate

cyruzin / codeigniter-react-boilerplate

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT ci_license.txt
A CodeIgniter boilerplate with React.

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to codeigniter-react-boilerplate

simple-codeigniter-rest-api
πŸ”₯ Simple PHP code using Codeigniter framework for building Rest API
Stars: ✭ 60 (+71.43%)
Mutual labels:  codeigniter
Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+62.86%)
Mutual labels:  codeigniter
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+225.71%)
Mutual labels:  codeigniter
anofie
Anofie is an ultimate anonymous feedback script for personal & corporate use. A sarahah clone script to collect honest suggestions & feedback.
Stars: ✭ 21 (-40%)
Mutual labels:  codeigniter
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-62.86%)
Mutual labels:  codeigniter
SimpleIPAM
Simple IP address management
Stars: ✭ 28 (-20%)
Mutual labels:  codeigniter
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (-40%)
Mutual labels:  codeigniter
gameap-legacy
Free Game Admin Panel
Stars: ✭ 37 (+5.71%)
Mutual labels:  codeigniter
ci-theme
UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.
Stars: ✭ 20 (-42.86%)
Mutual labels:  codeigniter
CodeIgniter-Adjacency-List
Simple implementation with nestedSortable plugin.
Stars: ✭ 18 (-48.57%)
Mutual labels:  codeigniter
pusher-for-codeigniter
CodeIgniter library for Pusher PHP SDK
Stars: ✭ 27 (-22.86%)
Mutual labels:  codeigniter
searchmap
Find places and Draw on Map using Google Maps API
Stars: ✭ 53 (+51.43%)
Mutual labels:  codeigniter
KI-Board
Codeigniter & Bootstrap 기반 κ²Œμ‹œνŒ
Stars: ✭ 13 (-62.86%)
Mutual labels:  codeigniter
php-clamav-scan
A simple PHP library for ClamAV that is CodeIgniter compatible
Stars: ✭ 35 (+0%)
Mutual labels:  codeigniter
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (-22.86%)
Mutual labels:  codeigniter
e-learningCodeigniter
E-learning web app with admin panel, Codeigniter Framework
Stars: ✭ 34 (-2.86%)
Mutual labels:  codeigniter
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (-20%)
Mutual labels:  codeigniter
CodeIgniter-Minifyhtml-hooks
A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.
Stars: ✭ 30 (-14.29%)
Mutual labels:  codeigniter
Codeigniter3-absen-digital
Sistem Absensi Online dengan framework codeigniter 3
Stars: ✭ 33 (-5.71%)
Mutual labels:  codeigniter
CIVueJS
Codeigniter + VueJS
Stars: ✭ 25 (-28.57%)
Mutual labels:  codeigniter

CodeIgniter React Boilerplate

A CodeIgniter boilerplate with React.

Installation

Click here to watch the tutorial

Or follow the steps below:

Clone the repository and run the command below to install node dependencies.

npm install or yarn install

After that, configure the project to use with XAMPP or Docker.

Docker

Make sure you have Docker and Docker Compose installed in your machine and then run:

docker-compose up

After that, check the project up and running: http://localhost:8080

If you want to change Docker port, go to the "src/util" folder and modify the constants.js file.

Usage

yarn or npm run [command]
Command Description
yarn install Install the dependencies
yarn run dev Start development mode and watch for file changes
yarn run build Generates the minified file ready for production

Create new components

Go to the "src/components" folder, create a new component. Then add it in the app.js file.

Check the "Welcome" controller and the "welcome_message" view as well to see how to load the components.

If is not clear yet, check the "util_helper" for more info.

Requirements

The project have been tested using the versions below:

  • Nginx latest version
  • PHP FPM version 7.4.27
  • Node version 16.13.2
  • Yarn version 1.22.17

Contributing

Fork the repository, modify it and make a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].