src- source code for your kaboom projectwww- distribution folder, contains your index.html, built js bundle and static assets
$ npm run devwill start a dev server at http://localhost:8000
$ npm run buildwill build your js files into www/main.js
$ npm run bundlewill build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.