cra-template-abbyjeet
v1.0.2
Published
The customised template for Create React App with opinionated folder structure
Downloads
2
Maintainers
Readme
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)