src- Source code for the Kaboom projectpublic- Static assetsdist- Distribution folder, contains your index.html, built js bundle and static assets
npm run devWill start a dev server at http://localhost:5173/burgertime/.
npm run standardsWill run all linters against the code.
npm run buildWill build your files into dist.
npm run bundle