-
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
-
Browse your stories!
Run
yarn storybookto see your component's stories athttp://localhost:6006 -
Run
yarn startto start react app
Happy codding! :)