An example how to set up a Storybook HTML project.
NOTE: This project uses Tailwind CSS framework for styling.
Clone the repo and install dependencies
$ git clone [email protected]:takeshikriang/storybook-html-example.git
$ cd storybook-html-example
$ yarn install
Start Storybook
$ yarn storybook
Open http://localhost:6006
in your browser
Simply run the following command to build it
$ yarn build-storybook