There was an error while loading. Please reload this page.
To develop the vanilla javascript bundle: If you don't have parcel on your system first: npm install -g parcel-bundler
npm install -g parcel-bundler
after installing parcel globally: npm run build:vanilla:dev
npm run build:vanilla:dev
and in another terminal:
npm run storybook
Finally, the vanilla tests should then work in the storybook.