Web Dev file/folder directory setup

NVM - found this on Mozilla -

For images you can simply create a directory called “images” or “img”. I prefer images but I have seen it done both ways. For files, you can create a directory called, “templates”, or “partials” or “pages” OR if there are just a few pages you could leave all of your html files in root folder with the index file. I hope this helps. http://www.htmlquick.com/tutorials/organizing-website.html

FYI, The structure will change depending on the programming language chosen; when your site becomes more complex.

Cheer. ^^

1 Like