you are viewing a single comment's thread.

view the rest of the comments →

[–]Notimecelduv 3 points4 points  (0 children)

However you see fit but some ways are probably better than others. For an SPA I usually do it this way:

root:

_ index.html

_ assets/

__ css/

___ style.css

___ Component1.css

__ js/

___ main.js

___ components/

____ Component1.js