/cra-template-abbyjeet

custom CRA template with opinionated folder structure

Primary LanguageJavaScript

React template with opinionated folder structure

About this template

This is a custom react template with opinionated folder structure. More here

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)