create-bim-app
v2.4.0
Published
Quickly start your next BIM App with That Open Engine.
Downloads
62
Readme
CLI command that allow to quickly start your next BIM application using That Open Engine and Vite.
Usage
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.
Templates
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.