Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 210 Bytes

File metadata and controls

19 lines (13 loc) · 210 Bytes

A UI component library.

React Hooks + TypeScript

Some Available Scripts

# add dependencies
yarn

# runs the app in the development mode.
yarn start

# build
yarn build

#Unit-Test
yarn test