Coming from the java/maven world where everything goes under a “src/main” folder I looked around to see if a similar approach is followed in javascript. However all the main repo’s seem to be following their own. Is there a standard folder structure with which I can publish my javascript files? Is the community at least “leaning” towards some such structure or template?
Coming from the java/maven world where everything goes under a src/main folder I looked
Share
TJ Holowaychuk started “Component” as a structured way of sharing/deploying UI components with traced dependencies. Similar to the way NPM is for NodeJS modules.
https://github.com/component
Now it seems that Bower is taking over and is the new the way to go.