/vega-test-task

Test task for Vega

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

vega-test-task

Test task for Vega

Live demo

https://baka9k.github.io/vega-test-task

How to setup

Install dependencies
yarn install
Build for development

Use webpack-dev-server with hot reload, source maps and dev React version

yarn dev
Build for production
yarn build