Folder Structure
Here is the React depiction of the folder arrangement. To facilitate layout management and
expedite development, we've meticulously designed partials. Incorporating a starter
kit that serves as a launchpad for commencing projects from the ground up.
- Admin
-
- assets // includes all scss, fonts, images, lang, js files for the development.
- common // Includes all the common files.
- Components // all the layout of admin related files are here.
- helpers
- constants // includes layout.ts file.
- locales // it contains languages json files.
- pages // Every single pages of Skote id described here with functionality.
- routes // You can find descriptions for all the route paths in allRoutes.ts file.
- slices // store folder used for middleware saga and reducer.
- App.test.ts
- App.tsx // scss and middleware like fakebackend and firebase are imported here.
- index.tsx // this file is the main file which renders the app.
- config.ts
- i18n.ts
- reportWebVitals.ts
- setupTests.ts