Vite starter template to scaffold a new KaboomJS project.
https://stackblitz.com/github/stmn/kaboom-vite
Pull the template files with degit and install dependencies.
npx degit stmn/kaboom-vite my-project
cd my-project
npm install
npm run devnpm run dev- Starts the development server at port 3000npm run build- Builds the application in adistfoldernpm run preview- Serves the build files (distfolder) locally at port 4173
This project is open source and available under the MIT License.