Monday 21 December 2015

Example Node.js workflows?

I am sometimes having a hard time grasping what all these tools, build systems, frameworks a libraries are for and at what point are they used.For example, I cannot figure out what is Webpack, why does it exist, what problems does it solve and how. Same applies to browserify... I am assuming it somehow enables me to use Node.js packages in browser, client-side?But at what point do those things even run? Are they used with gulp? From command-line? Both?So is there any good articles / posts / anything explaining some possible Node.js workflows, that explain some relationships between all these tools as well as when and why one would use them?

Submitted December 21, 2015 at 09:27AM by PotatoScript

No comments:

Post a Comment