1.0.2 • Published 4 years ago

cra-template-abbyjeet v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Template with opinionated folder structure

About this template

This is a custom template with opinionated folder structure.\ It has also been configured to use absolute paths for the directories (as explained in this blog]

Folder structure

src
|---assets
|       (static files ex. images, global css)
|---adapters
|       (Connectors of application to outside world)
|---contexts
|       (a bare minimum folder only containing the state of the components)
|---components
|       (self-explanatory)
|---pages
        (container or pages containing the components)