/src - source code of the project
/api - communication between App and the API
/assets - static files such as images, fonts, etc.
/components - shared atomic components (Image, Button)
/config - global configuration, env variables, constants, etc
/hooks - shared custom hooks
/layout - organism components (Header, Footer)
/pages - page components (Login, Help)
/providers - all the application providers
/routes - routes configuration
/services - global services, http client, storage
/store - global state store
/templates - layout content structure (Base, Landing)
/test - test utilities and mock server
/utils - shared utility functions
npm i -g http-server