This is a custom react template with opinionated folder structure. More here
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)