πŸ“‚Directory Structure

Since DashboardKit comes with a gulp, it has minor differences in structure but one can pick any one and start making ch

src/
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ fonts/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ json/
β”‚   β”œβ”€β”€ scss/
β”œβ”€β”€ html/
β”‚   β”œβ”€β”€ admins/
β”‚   β”œβ”€β”€ application/
β”‚   β”œβ”€β”€ chart/
β”‚   β”œβ”€β”€ dashboard/
β”‚   β”œβ”€β”€ elements/
β”‚   β”œβ”€β”€ forms/
β”‚   β”œβ”€β”€ layouts/
β”‚   β”œβ”€β”€ other/
β”‚   β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ table/
β”‚   β”œβ”€β”€ widget/
β”‚   β”œβ”€β”€ index.html
β”œβ”€β”€ .babelrc
β”œβ”€β”€ gulpfile.js
β”œβ”€β”€ package.json
β”œβ”€β”€ README.MD

Last updated