Getting start with your project custom requirements using a ready template which is quite difficult and time taking process, Frest Admin provides useful features to kick start your project development with no efforts !
- Frest Admin provides you getting start pages with different layouts, use the layout as per your custom requirements and just change the branding, menu & content.
- It use template engine to generate pages and whole template quickly using node js. You can generate entire template with your selected custom layout, branding & menu. Save your time for doing the common changes for each page (i.e menu, branding and footer) by generating template.
- Every components in Frest Admin are decoupled, it means use only components you actually need! Remove unnecessary and extra code easily just by excluding the path to specific SCSS, JS file.
Starter kit is a set of pages with different layouts, useful for your next project to start development process from scratch with no time.
- Each layout includes basic components only.
- Select your choice of layout from starter kit, customize it with optional changes like colors and branding, add required dependency only.
- Using template engine to generate whole template quickly with your selected layout and other custom changes.
HTML
If you know just HTML, select your choice of layout from starter kit folder, customize it with optional changes like colors and branding, add required dependency only.
Pages | URL |
---|---|
1 Column | sk-layout-1-column.html |
2 Columns | sk-layout-2-columns.html |
Fixed Navbar | sk-layout-fixed-navbar.html |
Fixed Layout | sk-layout-fixed.html |
Static Layout | sk-layout-static.html |