An open API service indexing awesome lists of open source software.

https://github.com/thatopen/engine_templates


https://github.com/thatopen/engine_templates

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          


TOC
|
documentation
|
demo
|
community
|
npm package

![cover](cover.png)

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