storybook-boilerplate

Boilerplate for Storybook

Stars
12
Committers
3

StoryBook Boilerplate

Simple boilerplate to kickstart your styleguide endeavors with StoryBook

Includes:

  • Jest Tests configured with coverage
  • Prettier
  • Babel Config
  • Sample config for storybook

Install

git clone [email protected]:SaraVieira/storybook-boilerplate.git
cd storybook-boilerplate
rm -rf .git
yarn
yarn start

Update to your info

git remote add origin [email protected]:YourUsername/YourRepo.git

Also make sure to update the package.json with your info

License: MIT