react-aframe-starter
Version:
Boilerplate for building virtual and augmented reality experiences with React and A-Frame.
25 lines (17 loc) • 498 B
Markdown
<h4 align="center"> react-aframe-starter </h4>
<center>
Boilerplate for building virtual and augmented reality experiences with <b><a href="https://facebook.github.io/react/">React</a></b> and <b><a href="https://aframe.io">A-Frame</a></b>.
</center>
<center>
<img alt="react-aframe-starter" src="https://tnga.github.io/sharedbazar/img/react-aframe.png" />
</center>
### get started
To install:
```bash
npm install
npm start
```
To publish to GitHub Pages:
```bash
npm run publish
```