React#
The examples/react project is a very simple React project.
The project loads a PDF into the browser and renders the pages in a list through its “WebViewer” component.
Getting Started#
Once you have checked out the example from our Github repository then do the following:
Initialize the project#
npm install
Start the server#
npm run dev