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.
- constants // includes layout.js file.
- locales // it contains languages json files.
- helpers
- Components // all the layout of admin related files are here.
- pages // Every single pages of Skote id described here with functionality.
- routes // You can find descriptions for all the route paths in allRoutes.js file.
- store // store folder used for middleware saga and reducer.
- App.test.js
- App.js // scss and middleware like fakebackend and firebase are imported here.
- index.js // this file is the main file which renders the app.
- config.js
- i18n.js
- serviceWorker.js
- setupTests.js
Here is the React + Vite depiction of the folder arrangement. To facilitate layout management and
expedite development through Gulp, 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.
- constants // includes layout.js file.
- locales // it contains languages json files.
- helpers
- Components // all the layout of admin related files are here.
- pages // Every single pages of Skote id described here with functionality.
- routes // You can find descriptions for all the route paths in allRoutes.js file.
- store // store folder used for middleware saga and reducer.
- App.test.js
- App.jsx // scss and middleware like fakebackend and firebase are imported here.
- main.jsx // this file is the main file which renders the app.
- config.js
- i18n.jsx
- serviceWorker.js
- setupTests.js