Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.56 KB

Bouquet Bookmark D3 app (BBD3)

The BBD3 app allows you in 3 simple steps how to use OB Bookmarks to quickly publish an interactive D3.js data visualization on top of a database. As a result, your D3.js data visualizations become connected in real time to any database.

If you want to go further, you can quickly fork this demonstration app to build your own analytics app on top of any database using Open Bouquet server & API. In order to use Open Bouquet on your own database, please review the options to install the Open Bouquet stack locally.

Compiling the BBD3 application

Handles user login and displays a status message in a sample widget.
Download/Clone a release and use it as a skeleton for your project.

It uses the standard stack :

Along with our JSSDK components :

running

Install the dependencies

npm install
bower install

Build (without cache busting)

grunt build

Watch for future code changes (and automatically rebuild)

grunt watch

Edit the app/main.js file to match your Project's settings

View the build results

open dist/index.html