Skip to content

donhuvy/reporting-document-viewer-in-javascript-with-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use the Document Viewer in JavaScript with React Library and Npm Package Manager

This example consists of two parts: 

Perform the following steps to run this example:

  1. Open the back-end project solution (CS\ServerSide.sln) in Visual Studio and run the project.

  2. Navigate to the JS\react-document-viewer folder that is the client part's root folder.

  3. Open the console and run the following command:

    npm install

  4. Run the command to compile and start the client part:

    npm start

  5. The client application opens the browser at http://localhost:3000/. It displays the Document Viewer with the Products report.

    Document Viewer in JavaScript with React

For a step-by-step tutorial, refer to the Document Viewer Integration in React topic.

See also:

About

This example demonstrates how to use the Document Viewer in JavaScript with React Library and npm package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.3%
  • HTML 4.9%
  • Other 0.8%