📂Directory Structure

Since Berry comes with a gulp, it has minor differences in structure but one can pick and start making changes, both are totally independent.

dist/
├── assets/
│   ├── css/
│   ├── fonts/
│   ├── images/
│   ├── js/
│   ├── json/
├── application/
├── chart/
├── dashboard/
├── demo/
├── elements/
├── forms/
├── layouts/
├── other/
├── pages/
├── table/
├── widget/
├── index.html

Last updated