Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 396 Bytes

typescript-react-playground

Random things in Typescript, React, Storybook


Install npm Dependecies

  1. Run npm i from the root directory in a terminal window. Perform this step before running, testing, or building

Run Storybook

  1. Run npm run storybook from the root directory in a terminal window

Run Tests

  1. Run npm test from the root directory in a terminal window