-
-
Notifications
You must be signed in to change notification settings - Fork 190
Development Guide: Vanilla Javascript Bundle
Puskuruk edited this page May 12, 2020
·
2 revisions
To develop the vanilla javascript bundle:
If you don't have parcel on your system first: npm install -g parcel-bundler
after installing parcel globally: npm run build:vanilla:dev
and in another terminal:
npm run storybook
Finally, the vanilla tests should then work in the storybook.