Proof of Concept, of a react app with an iframe receiving custom headers at his source attribute
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Go to /app/poc/src and run
npm install
And repeat on /server
npm install
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Serve the local server on /server by running
npm start
And repeat on the app /app/poc/src
npm start