Simple project to showcase the storybook tool.
You can use npm to install the dependencies of the project. You can run:
npm cito install according to package-lock.json. In general, do not npm install unless you are specifically looking to make updates down the dependency graph in package-lock.json.
For running the App in the browser:
npm startFor running storybook and being able to interact with the library components:
npm run storybookFor linting we are using Airbnb style guideline. To manually run linting:
npm run lint
