I am brand new to node.js and know essentially nothing about it, but am following along with some tutorials. Presently, I am following this tutorial provided by the boardgame.io npm package. The tutorial has me build my node app using Parcel with an .html file entry point.
Because I am totally new to this topic, I'm not sure exactly what problems/complications Parcel is designed to reduce. Therefore I ask, is using Parcel recommended for a node application on Opalstack? Or is it solving the same types of problems that Opalstack itself already makes easy, and therefore relatively unnecessary in this context?