Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/aframe-react-starter
A-Frame + React starter kit.
https://github.com/fouad/aframe-react-starter
Last synced: 3 months ago
JSON representation
A-Frame + React starter kit.
- Host: GitHub
- URL: https://github.com/fouad/aframe-react-starter
- Owner: fouad
- License: mit
- Created: 2015-12-18T02:17:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T19:17:22.000Z (about 9 years ago)
- Last Synced: 2024-04-14T15:56:40.188Z (10 months ago)
- Language: JavaScript
- Homepage: https://fouad.github.io/aframe-react-starter
- Size: 12.2 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aframe-react-starter
An [aframe-react](https://github.com/ngokevin/aframe-react) starter kit with BrowserSync for auto-reloading.
![](https://rawgit.com/fouad/aframe-react-starter/master/public/assets/images/screen.png)
### Getting Started
To get started:
```bash
npm install
npm run dev
```BrowserSync should open http://localhost:4200. To test on your phone, check your local network IP (http://192.168.x.x:4200).
### Using Components
A-Frame uses attributes to render [components](https://aframe.io/docs/core/) so if you want to use the [sky component](https://github.com/aframevr/aframe/blob/master/elements/templates/a-sky/index.html):
```html
```
translate to:
```html
```