π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/
βββ admins/
βββ application/
βββ chart/
βββ dashboard/
βββ demo/
βββ elements/
βββ forms/
βββ layouts/
βββ other/
βββ pages/
βββ table/
βββ widget/
βββ index.htmlsrc/
βββ assets/
β βββ fonts/
β βββ images/
β βββ js/
β βββ json/
β βββ scss/
βββ html/
β βββ admins/
β βββ application/
β βββ chart/
β βββ dashboard/
β βββ demo/
β βββ elements/
β βββ forms/
β βββ layouts/
β βββ other/
β βββ pages/
β βββ table/
β βββ widget/
β βββ index.html
βββ .babelrc
βββ gulpfile.js
βββ package.json
βββ README.MDLast updated