From the course: Building UI Components with Storybook: Master React Components and UI Design with Storybook for Better Efficiency

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Installing and setting up Storybook into your project application from scratch

Installing and setting up Storybook into your project application from scratch

In this section, we are going to build a basic storybook example with React from scratch. Together, we're going to code along step by step and pay attention to the important details of how storybook works, the patterns we should be thinking about, and how you can leverage this technology to incorporating it into your own application development process, whether to improve your overall quality of code or a more granular design to improve your overall application project performance. Of course they do go hand in hand. This section is assuming you have basic React knowledge. If you don't, the previous section is a crash course on React fundamentals and I encourage you to go through that, especially if you're coming from another framework like Angular. It's good to understand the flow of React. We go through it in a a crash course in the last section. Let's get started. I got my terminal open up in my MacBook here. Very first thing we want to do is create a new project. So I'm going to…

Contents