Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Example of rendering a React component in PHP through a Lamda function.

License

Notifications You must be signed in to change notification settings

webstronauts/php-react-lambda-example

Repository files navigation

PHP React Lambda Example

Example of rendering a React component in PHP through a Lambda function.

Quick Installation

You can install the example through Composer and NPM:

$ git checkout https://github.com/webstronauts/php-react-lambda-example.git
$ cd php-react-lambda-example
$ composer install
$ npm install

Then package and deploy the React code to AWS Lambda:

$ npm run deploy

Now run the PHP application with the following command:

$ composer run

The above installation steps all assume that you have setup an AWS credentials file in your HOME directory.

License

The MIT License (MIT). Please see LICENSE for more information.

About

Example of rendering a React component in PHP through a Lamda function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published