Create-babylon-app, creating Babylon.js dev environment in a one command

Hello, Babylonians :wave:.
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.


6 Likes

Forked! :slight_smile:

1 Like

This is amazing! Thanks for sharing with the community! :heart:

1 Like