This is a minimalist starter kit for Babylon.js using Vite instead of webpack.
To start the dev server, run: yarn dev.
The sample scene from this guide is included: https://doc.babylonjs.com/guidedLearning/createAGame/gettingSetUp
Start the local development server with HMR.
Generate a production build to directory specified by --outDir.
Start a server to preview the static files of the production build.
Lint files. Specify --fix to perform an inplace fix.