A starter/boilerplate project for anyone looking to use A-Frame with TypeScript and Webpack using aframe-typescript-class-components. I've tried to keep things simple with the code hopefully being self explanatory with comments where necessary.
Please ⭐️ if this was useful to help others find this project.
There's not much to see, but proof that it works in the wild can be seen here https://danb.io/aframe-typescript.
The code is offered as UNLICENSED meaning you can use it without limitation and without referencing this repo.
yarn install
yarn serve
- Navigate to https://0.0.0.0:5555 in your browser (default port)
yarn install
(if you haven't already)yarn build
- Files for hosting will then appear in a
dist/
directory