I've always stuck with npm and never ventured into using yarn or webpack explicitly. The code from this repository needs to be executed: https://github.com/looker-open-source/custom_visualizations_v2
I'm looking for a way to run it like a development server to ensure the files are being served correctly, but I can't find a command like npm run start
. Does yarn not have something similar? It seems like the code should work without needing any additional commands.
UPDATE: I attempted running yarn run watch
now, but it just seems to rebuild the code instead of actually hosting it anywhere.