# thingjs-template-simple **Repository Path**: uinosoft/thingjs-template-simple ## Basic Information - **Project Name**: thingjs-template-simple - **Description**: thingjs-template-simple - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-04 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
ThingJS
This is a simple ThingJS 2.0 project ## Folder ``` ├─ assets │ ├─ scenes # scenes folder* │ ├─ themes # themes folder* │ ├─ models # models folder* │ └─ images # images folder* ├─ libs │ └─ thing.min.js # thingjs core library └─ index.html # entry file ├─ LICENSE # BSD license description file ├─ package.json # package file └─ README.md # readme file ``` ## Test ```bash > npm run serve # start a service for testing ``` Open the page `index.html`