Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 621 Bytes

File metadata and controls

29 lines (22 loc) · 621 Bytes

Storybook HTML example

An example how to set up a Storybook HTML project.

NOTE: This project uses Tailwind CSS framework for styling.

Getting started

Clone the repo and install dependencies

$ git clone git@github.com:takeshikriang/storybook-html-example.git

$ cd storybook-html-example
$ yarn install

Start Storybook

$ yarn storybook

Open http://localhost:6006 in your browser

How to build

Simply run the following command to build it

$ yarn build-storybook

License

MIT