Document viewer component for sensenet ECM
git clone https://github.com/SenseNet/sn-document-viewer-react.git
and open the created directory with cd sn-document-viewer-react
npm install
npm run start
commandYou will need a preconfigured sensenet ^7.0.0 backend with preconfigured CORS settings and a document with generated previews and open permission to try the component.
You can check out our sn-dms-demo application for an example how to use the Document Viewer component in your React / Redux application.