https://github.com/sehugg/babylonjs-template
Babylon.js + tsc + esbuild + webxr
https://github.com/sehugg/babylonjs-template
Last synced: 11 months ago
JSON representation
Babylon.js + tsc + esbuild + webxr
- Host: GitHub
- URL: https://github.com/sehugg/babylonjs-template
- Owner: sehugg
- License: cc0-1.0
- Created: 2022-01-24T17:41:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T17:46:44.000Z (over 4 years ago)
- Last Synced: 2023-03-11T16:22:50.003Z (over 3 years ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babylon.js/Vite Template
Start dev web server:
```
npm run dev
```
Start production preview web server:
```
npm run preview
```
Build once:
```
npm run build
```