Hello, Babylonians .
I published a Node.js CLI named ‘create-babylon-app’.
This provides some templates (currently two) of Babylon.js development environments, and install them in a command.
You can run the following commands to launch dev server that hosting Babylon.js web application!
(also pnpm and yarn is supported)
# create a project from template
npm create babylon-app
# install dependencies
npm i
# launch dev server
npm run dev
I’ve added Vite-ts and Vite-js templates.
I assume that the webpack and some JS framework integration templates are in demand.