Make skill sets image for readme
https://msdio.github.io/stackticon/
See Contribution guide.
Package | Version |
---|---|
Node | 18.13.0 |
React | 18.2.0 |
Typescript | 4.9.5 |
you can download modules with command:
yarn install
and you can start with command:
yarn start
├── assets │ ├── icons │ └── images ├── components ├── constants ├── hooks ├── mock ├── pages ├── services ├── styles ├── types ├── utils │ └── test │ ├── App.tsx ├── Router.tsx └── RouterContainer.tsx