Skip to content
New issue

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

Update project structure and developer docs #252

Open
2 tasks
meganindya opened this issue Jan 12, 2023 · 1 comment
Open
2 tasks

Update project structure and developer docs #252

meganindya opened this issue Jan 12, 2023 · 1 comment
Assignees

Comments

@meganindya
Copy link
Member

  • Implement following structure for 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

    • File structure
    • Patterns
@DhairyaMajmudar
Copy link

@meganindya I think this issue needed a bit work to be completed shall I take up this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ⌛️ Ready
Development

No branches or pull requests

2 participants