Custom React Renderer
This project was bootstrapped with Create React App.
In order to run the project, do the following, you can run:
git clone <enter repo url>
cd react-renderer
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.\
*Note: This is a basic react web app to demonstrate the use of custom renderers
check the Renderer folder in the code src directory to find the source code for the renderer used in this project