Overview:
We highly recommend utilizing our comprehensive starter kit. This kit has been meticulously designed to offer all the essential components necessary to initiate your project development swiftly and proficiently. It includes:
- Layouts:
- Authentication Pages:
- Starter Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 110+ pages. | Starter kit has only Auth, blank and starter pages. |
Which is suitable for new project? | False |
True |
Which is suitable for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
- 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
- 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