This is a starter kit that I frequently use when building new AFrame projects.
Contains all public assets, like index.html and media files.
Contains all javascript scripts
- Run
npm run dev
- Open a web browser
- Go to localhost:8000
- Develop away! The browser will automatically refresh whenever a change is made.
- Run
npm run build
- A ready-to-deploy project will be available in the dist directory.