How do I set up a build environment for JS for my WordPress site using @wordpress/scripts and NPM?
I'm relatively new to Wordpress development, and I'm trying to make us of a package called @wordpress/scripts which will allow me to automate the build of JS and SCSS/CSS. The information about this package is here. I have node.js installed,…