TOC | documentation | demo | community | npm package
CLI command that allow to quickly start your next BIM application using That Open Engine and Vite.
Using it is really easy, just follow these steps:
- Create a project folder anywhere you want and open it within your IDE.
- In the terminal of the opened folder, run
npm create bim-app@latest
. Very likely the command will prompt you to installcreate-bim-app
, accept it. Then, just follow the prompts.
Currently, the following templates are available:
- Vanilla
Templates are using TypeScript as That Open Engine is written with it, so you can get typing help when developing your app.