i want to start new react project using great create-react-app tool, but i need to serve app using php to allow me to fetch some dynamic data and configuration and feed it t
Use below code:
Code
webpack-dev-server --progress --inline --hot --port 8080 --config reactconfig/development.config.js
OR
npm start