๐Ÿ“ฆ eureka928 / storybook-with-next-and-tailwind

The storybook project with Next.js and Tailwind CSS

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/eureka928/storybook-with-next-and-tailwind.git
HTTPS git clone https://github.com/eureka928/storybook-with-next-and-tailwind.git
SSH git clone git@github.com:eureka928/storybook-with-next-and-tailwind.git
CLI gh repo clone eureka928/storybook-with-next-and-tailwind
aceberry924 aceberry924 remove yarn.lock bfeb781 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .storybook
๐Ÿ“ components
๐Ÿ“ pages
๐Ÿ“ public
๐Ÿ“ storybook-static
๐Ÿ“ styles
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.js
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.js
๐Ÿ“„ README.md

The storybook project with Next.js and Tailwind CSS

Getting Started with storybook

To run storybook:

npm run storybook
# or
yarn storybook

Open http://localhost:6006 with your browser to see the result.

You can start adding the stories by modifying components/yourcomponent/component.stories..js. The page auto-updates as you edit the file.

Learn More

To learn more about storybook.js, take a look at the following resources: