We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement following structure for src:
src
src ├── @types/ ├── common/ │ ├── components/ │ │ ├── component1/ │ │ │ ├── index.ts │ │ │ ├── index.scss │ │ │ ├── index.tsx │ │ ├── component2/ │ │ ├── ... │ ├── utils/ ├── core/ │ ├── ui │ ├── config │ ├── i18n │ ├── imp-exp │ ├── index.ts ├── modules/ │ ├── module1/ │ │ ├── @types │ │ ├── core │ │ ├── ui │ │ │ ├── assets/ │ │ │ ├── components/ │ │ │ │ ├── component1/ │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── index.scss │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── ... │ │ │ │ ├── component2/ │ │ │ │ ├── ... │ │ │ │ ├── index.ts │ │ ├── index.ts │ ├── module2/ │ ├── ... │ ├── index.ts ├── scss/ │ ├── colors.scss │ ├── sizes.scss ├── index.ts ├── ...
Add developer docs
The text was updated successfully, but these errors were encountered:
@meganindya I think this issue needed a bit work to be completed shall I take up this?
Sorry, something went wrong.
meganindya
No branches or pull requests
Implement following structure for
src
:Add developer docs
The text was updated successfully, but these errors were encountered: