Overview:
We recommend our comprehensive starter kit. Our starter kit is designed to provide everything you need to kickstart your project development process efficiently and effectively. It includes:
- Layouts:
- Authentication Pages:
- Error Pages:
- Starter Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 130+ pages. | Starter kit has only Auth, blank and starter pages. |
Which better for new project? | False |
True |
Which better for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
-
Admin
-
-
app
-
account
-
core
-
layouts
-
pages // includes all pages scss with separate files
-
shared // includes all common files
-
store
-
app-routing.module.ts // main route file
-
app.component.html
-
app.component.scss
-
app.component.spec.ts
-
app.component.ts
-
app.module.ts
-
authUtils.ts // handling Firebase authentication and user management.
-
assets // includes all scss, fonts, images, lang, js files for the development.
-
environments // firebase & fackbackend Configuration
-
favicon.ico
-
index.html // defining its structure and loading the app's components and scripts.
-
main.ts // initialized and the root module is bootstrapped.
-
polyfills.ts // modern JavaScript features and APIs in the application.
-
styles.scss // global stylesheet used to define common styling
-
test.ts // global stylesheet used to define common styling