cabbiepete / egghead-storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Systems with React and Typescript in Storybook

In this course, we will learn how to set up all the necessary infrastructure to build a Design System of reusable React components, with state of the art developer experience afforded by Typescript and Storybook.

Prerequisites

Have yarn installed globally

brew install yarn

Running the Project

All scripts are run in the root package.

  1. yarn installs all dependencies.
  2. yarn storybook 01 (replace with lesson number or keyword) runs selected example in browser.

About


Languages

Language:JavaScript 82.9%Language:TypeScript 9.3%Language:CSS 7.8%