This is an app to generate Vega-Lite visualizations using data from a data.world query.
- Install dependencies:
yarn - Start the server:
yarn start - Navigate to: http://localhost:3500
yarn build
- Ensure the app is running on
:3500 - For jest tests:
yarn test - For integration tests:
yarn cypress run
- 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