Documentation

Folder structure πŸ“‚

Understand folder structure of Raven and everything contains with description.

Extract download folder - open code/ folder and you will find


πŸ“¦full-demos/main
β”œβ”€β”€ πŸ“‚ dist                           > Contain template static & generated assets
β”‚   β”œβ”€β”€ πŸ“‚ css                          > Compiled css file
β”‚   β”œβ”€β”€ πŸ“‚ images                       > Images (jpeg/png)
β”‚   β”œβ”€β”€ πŸ“‚ js                           > Compiled JS files
β”‚   β”œβ”€β”€ πŸ“‚ vendor                       > Third party plugins Css/Js files
β”‚   β”œβ”€β”€ πŸ“„ .html                        > Compiled Html files
β”œβ”€β”€ πŸ“‚ src                            > src files
β”‚   β”œβ”€β”€ πŸ“‚ css                        > src css files
β”‚   β”œβ”€β”€ πŸ“‚ html                       > src Html files
β”‚   β”œβ”€β”€ πŸ“‚ js                         > src js files compiled to theme.js
β”œβ”€β”€ πŸ“„ postcss.config.js                 > postcss config file
β”œβ”€β”€ πŸ“„ tailwind.config.js                > Template build config file
β”œβ”€β”€ πŸ“„ gulpfile.js                       > Gulpfile
β”œβ”€β”€ πŸ“„ package.json                      > Installed dependencies

πŸ“¦starter-kits/angular-20-starter - Angular starter
πŸ“¦starter-kits/demo2 - demo 2 starter kit
πŸ“„docs.html - redirect to documentation