First install all dependencies locally by running:
yarn
Then, to run a local dev server, run:
yarn start
OR, if you'd like to see it built and compressed:
yarn build
Code challenge to build a Slider/Carousel and publish the component on npm registry.
JavaScript