cra-template-coffeeit-hybrid
v1.0.2
Published
```h . βββ π assets // Static assets used in the app β βββ π fonts // fonts in (preferably) woff and woff2 format β βββ π icons // icons in (preferably) svg format β βββ π images // images in (preferab
Downloads
4
Readme
ποΈ / Folder structure
.
βββ π assets // Static assets used in the app
β βββ π fonts // fonts in (preferably) woff and woff2 format
β βββ π icons // icons in (preferably) svg format
β βββ π images // images in (preferably) jpg, jpeg or png format
β βββ π other // other assets
βββ π components // All single or multi use components used on the pages
βββ π config // Constants (API urls, regexes, route paths, etc.)
βββ π hooks // Custom hooks (+ api calls)
βββ π models // Models containing typings for Objects
βββ π screens // Main pages of the app
βββ π store // Providers, reducers, actions, store config, etc.
βββ π styles // Global stylesheets
βββ π utils // Extra Utilities
βββ π index.tsx
βββ π react-app-env.d.ts