Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```