You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository holds sample integration project of WebDataRocks reporting tool with React framework.
3
+
This repository holds a sample integration project of WebDataRocks reporting tool with the React framework.
4
4
5
-
## How to run the project
5
+
## Get WebDataRocks
6
6
7
+
WebDataRocks is a free reporting tool. [Get it here](https://www.webdatarocks.com/get-webdatarocks/).
8
+
9
+
## Run this project
10
+
11
+
1. Download or clone this sample project from GitHub:
12
+
- Get React + ES6 project:
13
+
14
+
```
15
+
git clone https://github.com/WebDataRocks/pivot-react && cd pivot-react/ES6
16
+
```
17
+
- Get React + TypeScript project:
18
+
```
19
+
git clone https://github.com/WebDataRocks/pivot-react && cd pivot-react/typescript
20
+
```
21
+
3. Install npm packages by running in the console:
7
22
```
8
23
npm install
24
+
```
25
+
3. Run your application:
26
+
```
9
27
npm start
10
28
```
29
+
Your application will run at `http://localhost:3000/`.
30
+
31
+
## Learn more about integration with React
32
+
33
+
For detailed instructions on the integration, please refer to this tutorial: [WebDataRocks integration with React](https://www.webdatarocks.com/doc/integration-with-react/).
0 commit comments