### Installing Project Dependencies Source: https://github.com/pspdfkit/pspdfkit-web-example-react/blob/master/README.md Installs all required project dependencies listed in the `package.json` file using npm. ```bash npm install ``` -------------------------------- ### Cloning the Repository and Navigating Source: https://github.com/pspdfkit/pspdfkit-web-example-react/blob/master/README.md Clones the example repository from GitHub and changes the current directory into the newly cloned repository folder. ```bash git clone https://github.com/PSPDFKit/pspdfkit-web-example-react.git cd pspdfkit-web-example-react ``` -------------------------------- ### Running the App in Development Mode Source: https://github.com/pspdfkit/pspdfkit-web-example-react/blob/master/README.md Starts the application in development mode, typically with hot-reloading and debugging features enabled. ```bash npm start ``` -------------------------------- ### Building and Serving the Production App Source: https://github.com/pspdfkit/pspdfkit-web-example-react/blob/master/README.md Creates a production build of the React application and then serves the built files using `npx serve`. ```bash npm run build npx serve -s build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.