Skip to content
On this page

Folder Structure

Understand the folder structure of the template and what the template contains.

Step-1 : Root Structure

The root folder contains the core code of this application. The DashCode folder structure looks like this.

Nunjucks

.
├─ src
│  ├─ css
│  ├─ images
│  ├─ plugins
│  ├─ pages
│  ├─ template
│  │
|
├─ gulpfile.js
├─ .gitignore
├─ README.md
|- postcss.config.js
|- tailwind.config.js


└─ package.json

Html

.
├─ assets
│  ├─ css
│  ├─ images
│  ├─ js


└─ index.html

Step-2 : css

The css folder contains all css Files.

Step-3 : images

The images folder contains the images of this application.

Step-4 : plugins

The plugins folder contains all js Files of this application

Step-5 : Pages

The pages folder contains the views of this application. You can place new views here.

Step-7 : template

All Nunjucks files

COPYRIGHT © 2022 Codeshaper, All rights reserved.