An open API service indexing awesome lists of open source software.

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

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