Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 666 Bytes

##For Setup User Node version >=14 yarn install yarn start

Theme Impelementation

For Color applying, please define color first in theme/types.ts under colors type. Then implement under dark and light theme file colors.

State Implementation

please use state folder

View Implementation

When we need to implement new View. We need to first define a folder under src->views folder. Then please create following hierarchy for each view.

├───views
    ├───components <Define All Components>
    ├───index.ts
    ├───<View Name File>.tsx
    ├───types.tsx <Define All types used under this view>