The structure of the source code is a bit different from what create-react-app generated.
Here is the file structure you can find in the project:
public/
src/
app/
etc/
usr/
index.css
index.js
package.json
Where:
app - Webcodesk generates and keeps the application files here: index files, config files for React App Framework, router files, etc.If you want to understand in details how the
appdirectory is used, take a look at React App Framework description.
etc - Webcodesk keeps pages and flows configuration files in this directoryIt is strongly recommended to include the
etcdirectory into the control version system.
usr - where the source code of the components and functions are