chart-builder
chart-builder copied to clipboard
An interactive experience to create a vega-lite visualization
chart-builder
This is an app to generate Vega-Lite visualizations using data from a data.world query.
Getting started
- Install dependencies:
yarn - Start the server:
yarn start - Navigate to: http://localhost:3500
Building for production
yarn build
Testing
- Ensure the app is running on
:3500 - For jest tests:
yarn test - For integration tests:
yarn cypress run
Adding tests
- Ensure the app is running on
:3500 - For jest tests:
yarn test - For integration tests:
yarn cypress open
This app was bootstrapped with create-react-app