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:
- Error 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, ts files for the development.
- Common // Includes all the common files.
- constants // includes layout.ts 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.ts file.
- store // store folder used for middleware saga and reducer.
- App.test.ts
- App.ts // scss and middleware like fakebackend and firebase are imported here.
- index.ts // this file is the main file which renders the app.
- config.ts
- i18n.ts
- serviceWorker.ts
- setupTests.ts