app skeleton
/node_modules
dir with all Deps & their sub-Deps & their sub-sub-Deps & ...
/public
dir to serve Static Content
/src
dir to add Source Code & other files to later Bundle into single Package
References
CRA
↔ CRAp Scaffolding Dev tool to gen new React project with app skeleton & Boilerplate