Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 341 Bytes

src/features

The features directory should contain individual features organized by directories. Each directory should mimic the root src directory as needed.

Example:

  • src/features/some-feature

    • some-feature/assets
    • some-feature/components
    • some-feature/hooks
  • src/features/another-feature

    • another-feature/components