nei-storybook
v1.0.4
Published
**Step 1:** Initialize yarn ```shell yarn init -y ```
Downloads
3
Readme
Steps to setup the repo
Step 1: Initialize yarn
yarn init -y
Step 2: Install React and Typescript as dev dependencies
yarn add -D react @types/react typescript
Step 3: Initialize Typescript
yarn tsc --init