jonathanj / bbl-storybook

Brown Bag Lunch: Storybook Talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brown Bag Lunch: Storybook

View this Storybook online

Installing and running this Storybook

Firstly, make sure you have Yarn installed, which depends on Node JS.

Then clone this git branch:

# Clone the repo.
git checkout https://github.com/jonathanj/bbl-storybook.git
# Change directory into the cloned repo.
cd bbl-storybook
# Install all the dependencies.
yarn install
# Run the storybook, it should automatically open your browser at the right place.
yarn run storybook

About

Brown Bag Lunch: Storybook Talk


Languages

Language:JavaScript 96.1%Language:HTML 2.5%Language:CSS 1.4%