UNPKG

@assystant/cra-template

Version:
37 lines (17 loc) 725 B
## Project structure # __test__ This folder will contain all the test file for every component in the project. # assets This file will contain the css, font styling, icons and images from the project. # common This file will contain the custom files. # components This file will contain all the reusable components from the project. # constants This file can have api, and default values that we are using in the project. # containers This folder can have all the components of each module that are created in the project. # redux This folder can have the action and reducer file of all modules in the project. # views This folder can have all module, each module can use the components from other folders