https://github.com/seanbehan/react_php_starter
React + PHP
https://github.com/seanbehan/react_php_starter
php react webpack
Last synced: 3 months ago
JSON representation
React + PHP
- Host: GitHub
- URL: https://github.com/seanbehan/react_php_starter
- Owner: seanbehan
- Created: 2017-04-03T21:28:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T21:30:44.000Z (over 9 years ago)
- Last Synced: 2025-03-09T14:32:42.357Z (over 1 year ago)
- Topics: php, react, webpack
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React PHP Starter
Minimal React App with PHP
# Installation
Clone Repository
`git@github.com:seanbehan/react_php_starter.git`
Install Js Dependencies
`npm install`
Watch Assets
`webpack --watch`
Run PHP Development Server
`php -S localhost:5000 -t public/`
Visit
- http://localhost:5000