Documentation menu
Sample project
Get the sample project to try WebDataRocks.
See the Integrate WebDataRocks tutorial to integrate WebDataRocks into your existing project.
Step 1. Download or clone our sample project from GitHub:
React + ES6
git clone https://github.com/WebDataRocks/pivot-react
cd pivot-react/ES6
React + TypeScript
git clone https://github.com/WebDataRocks/pivot-react
cd pivot-react/typescript
Step 2. Install the npm packages described in the package.json
file:
npm install
Step 3. Run your application:
npm start
The application will be available at http://localhost:3000/
.
You can shut down the app with Ctrl + C
.