Try this application live at https://developer.zoomdata.com/sample/prettydashboard. Use the following credentials:
user: zoomdata
pass: zoomdata
This is an advanced dashboard example that uses the Zoomdata SDK v2.0 to query the Ticket Sales datasource hosted by a Zoomdata instance at developer.zoomdata.com.
Use the 2.2 branch in this repo when pointing to Zoomdata v2.2. Use the master branch when pointing to Zoomdata v2.3.0.
##Commands
-
cd YOUR-INSTALLATION-FOLDER
-
Install the dependencies
npm install
-
Start for development
npm start
-
In the browser:
http://localhost:8090
Set the production flag to false on config/index.js while developing and testing. This flag makes the app point to the ZD app dev server instead of the ZD production server.