I notice that nodejs projects often include folders like these:
/libs, /vendor, /support, /spec, /tests
What exactly do these mean? What's the different between them, and where should I include referenced code?
|
I notice that nodejs projects often include folders like these:
What exactly do these mean? What's the different between them, and where should I include referenced code?
| ||||
|
feedback
|
|
Concerning the folders you mentioned:
When building a rather large application, i recommend the following additional folders (especially if you are using some kind of MVC- / ORM-Framework like express or mongoose):
I got used to orginize my projects this way and i think it works out pretty well. => updated to take user comment into consideration | |||||
feedback
|