/taskbox

Storybook Task tutorial (converted to TypeScript)

Primary LanguageCSSMIT LicenseMIT

Quick start

  1. Install the dependencies.

    Navigate into your new site’s directory and install the necessary dependencies.

    # Navigate to the directory
    cd taskbox/
    
    # Install the dependencies
    yarn
  2. Starting the app

    yarn storybook

What I learned

  • how stories and components work together
  • the structure and layout of the story: meta then variants
  • practicing adding types by converting to TS