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