I am currently working on a one-page web application using React and materialize-css. My goal is to export it as static HTML and CSS, allowing for easy editing of the HTML for prototyping purposes. Is there a way to export at least a snapshot of the current state of the application?
I have attempted to use the "save page" feature in Firefox and Chrome, but the results were not satisfactory.