DEV Community

Discussion on: For front-end development, how do your organise your code (outside of a framework), and what tools do you use to manage it?

Collapse
 
kailyons profile image
Loralighte

I have the index.html file in the main folder directory, I also have pages (if applicable or needed), _assets which contains my images, CSS, and if in use SASS containing folders (if using sass, I also include a sass.sh script so I can have a quick SASS compile (and in the SASS folder, a mobile and desktop folder). Back on the main folder, _client contains JavaScript code I need, and sometimes other things like Python and V lang.