Join the Stack Overflow Community
Stack Overflow is a community of 6.5 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I'm all new to Web programming and I cant understand how the directory tree of my project should look.

/projectName
 /Img
 /Html

This is my dir tree so far and I dont think it need to look like that. Thanks for your help.

share|improve this question

put on hold as primarily opinion-based by jmoerdyk, Styvane, Nalaka526, SomethingDark, Sebastian Lenartowicz 15 hours ago

Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise.If this question can be reworded to fit the rules in the help center, please edit the question.

I still prefer the ng 1 John Pappa style.

client/
  src/
    app/
      app.module.js
      app.component.js
      app.component.html
    components/
       search/
          search.component.html
          search.component.js
    pages/
      home/
        home.page.scss
        home.page.html
        home.page.js
server/
  index.js
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.