Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Web Folder Structure Re: Web Folder Structure

#84384
jamygolden
Member

My basic structure is something like:

css/style.css
/* Assuming I have lots of images */
img/header/
img/sidebar/
img/footer/
js/mylibs/
js/plugins.js
js/scripts.js
index.php

I like and use HTML5 Boilerplate so I just basically keep that structure.