PHP + React reserved area boilerplate.
-
Modify the config.php file with your credentials
-
Install npm dependencies with
npm install
-
Start the build with
npm run build
-
Clone the repository on your server and copy the files to the desired folder
-
Run the docker compose with
docker-compose up -d
-
Install npm dependencies with
npm install
-
Start the development server with
npm start