/Graph

Test

Primary LanguageJavaScript

Graph

install and development

To start develop, run:

npm run install
npm run dev

and open browser with displayed link

For fast development and error handling, use render only on client:

npm run dev-render-on-client

and open browser with displayed link

Karma testing with watch:

npm run test

Open storybook on http://localhost:9001/ after starting:

npm run storybook