A boilerplate code built on top of vite to provide fast aframe development
Clone the repo in your local system and navigate to the directory
> npm install
> npm run dev
This will run the website on localhost:3000
. Start coding!
- Entity.js file to create
a-entity
on the fly in js. This keeps your html clean - A starter A-Frame component to create your own aframe components and include them in project