Folder Structure

Something I've come to find very important to keep everything organized and easy to navigate is folder stucture. It always ruins the mood when you're all inspired but can't find the correct file path, or get too overwhelmed by all folder scattered everywhere. That's why I've chosen my own standarized folder structure. It's not nessecary for function but I like it and will therefore share.


C:.
├───assets
│   ├───css
│   │   ├───style.css
│   │   └───example.css
│   ├───components
│   │   └───header.html
│   ├───data
│   │   └───example.json
│   ├───img
│   └───js
│       ├───script.js
│       └───example.js
├───────example
│       ├───index.html
│       └───exampleSection.html
├───index.html
├───not_found.html
├───sitemap.xml
└───example.html