peterlazzarino / storybook-boilerplate

Boilerplate for Storybook

Home Page:https://storybook-boilerplate.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StoryBook Boilerplate

Build Status Greenkeeper badge styled with prettier

Simple boilerplate to kickstart your styleguide endeavors with StoryBook

Includes:

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

To use with NPM delete the yarn.lockfile and you are good to go

Install

git clone git@github.com:SaraVieira/storybook-boilerplate.git
cd storybook-boilerplate
rm -rf .git
yarn
yarn start

Update to your info

git remote add origin git@github.com:YourUsername/YourRepo.git

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

License: MIT

About

Boilerplate for Storybook

https://storybook-boilerplate.now.sh/


Languages

Language:JavaScript 81.0%Language:HTML 10.8%Language:CSS 8.2%