Spin up the boilerplate to create scalable A-Frame components and systems using Typescript powered by aframe-typescript-toolkit.
With make-typescript-vr
It only takes a few seconds to get a VR project up and running.
$ npm install -g make-vr
- navigate to the location you would like to create your aframe-typescript project.
- Enter the command
make-typescript-vr
- Choose what type of project
- Enter the name of your component when prompted (if unsure just use "newComponent")
- See that a directory has been created with the name you have entered. Open the project and follow the instructions in the generated README file.
- Learn more about creating WebVR experiences using typescript be exploring the documentation of
aframe-typescript-toolkit