1.0.4 • Published 4 years ago
nei-storybook v1.0.4
Steps to setup the repo
Step 1: Initialize yarn
yarn init -yStep 2: Install React and Typescript as dev dependencies
yarn add -D react @types/react typescriptStep 3: Initialize Typescript
yarn tsc --init