This repository demonstrates how to integrate the ActiveReportsJS Report Viewer and
Report Designercomponent into a
Vite.js React` application.
- React: A JavaScript library for building user interfaces.
- Vite.js: A modern build tool that provides a fast development environment and optimized production builds.
- ActiveReportsJS: A JavaScript reporting tool for designing and displaying reports in web applications.
To get started with this sample application, follow these steps:
-
Clone the repository:
git clone https://github.com/GrapeCity/activereportsjs-samples.git cd arjs-react
-
Install the dependencies:
# npm npm install # yarn yarn install
-
Run the application:
# npm npm run dev # yarn yarn dev
-
Open your browser and navigate to
http://localhost:<port>
to see the ActiveReportsJS Viewer and Designer in action.