Skip to content

This is a simple example of an Isomorphic React application with PHP

License

Notifications You must be signed in to change notification settings

clement-escolano/isomorphic-react-with-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of an Isomorphic React application in PHP

This is a simple example to create an isomorphic React application in PHP.

Getting started

To launch the project, you need:

Installation

Clone the repository and enter the main directory.

Install node dependencies by running:

npm install

Then install composer dependencies by running:

composer install

Finally, build the React bundle by running:

npm run make

Launching the server

To launch the server, run:

php -S localhost:8080

Access the main application here: http://localhost:8080/app/php

About

This is a simple example of an Isomorphic React application with PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published