A library of Angular components for building VR applications.
npm install vr-kitbash
ng run vr-lib:storybook
`
Once the server is running, open your browser and navigate to http://localhost:6006/. The application will automatically reload whenever you modify any of the source files.
Code scaffolding
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
`bash
ng generate component component-name
`
For a complete list of available schematics (such as components, directives, or pipes), run:
`bash
ng generate --help
``