https://github.com/thatopen/engine_templates
https://github.com/thatopen/engine_templates
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thatopen/engine_templates
- Owner: ThatOpen
- Created: 2023-09-23T13:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T11:04:23.000Z (over 1 year ago)
- Last Synced: 2025-04-28T22:26:05.865Z (11 months ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 38
- Watchers: 2
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TOC
|
documentation
|
demo
|
community
|
npm package

Open BIM App Templates
[![NPM Package][npm]][npm-url]
[![NPM Package][npm-downloads]][npm-url]
CLI command that allow to quickly start your next BIM application using [That Open Engine](https://github.com/thatopen/engine_components) and [Vite](https://vitejs.dev/).
### 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 install `create-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.
[npm]: https://img.shields.io/npm/v/create-bim-app
[npm-url]: https://www.npmjs.com/package/create-bim-app
[npm-downloads]: https://img.shields.io/npm/dw/create-bim-app