Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngokevin/aframe-react-boilerplate
:sunglasses: Boilerplate for building virtual reality (VR) experiences with A-Frame and React using aframe-react.
https://github.com/ngokevin/aframe-react-boilerplate
Last synced: about 24 hours ago
JSON representation
:sunglasses: Boilerplate for building virtual reality (VR) experiences with A-Frame and React using aframe-react.
- Host: GitHub
- URL: https://github.com/ngokevin/aframe-react-boilerplate
- Owner: ngokevin
- License: mit
- Created: 2015-12-16T23:33:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:16:59.000Z (about 2 years ago)
- Last Synced: 2024-10-11T20:27:03.041Z (2 months ago)
- Language: JavaScript
- Homepage: https://ngokevin.github.io/aframe-react-boilerplate/
- Size: 4.05 MB
- Stars: 375
- Watchers: 15
- Forks: 156
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- vr-resources - A-Frame React Boilerplate
README
## aframe-react-boilerplate
Boilerplate for building virtual reality experiences with
[A-Frame](https://aframe.io) and React with
[aframe-react](https://github.com/ngokevin/aframe-react).![aframe-react-boilerplate](https://cloud.githubusercontent.com/assets/674727/24401414/286adeec-1369-11e7-8c41-22810d22d8d0.png)
### Installation
To get started:
```bash
npm install
npm start
```To publish to GitHub Pages:
```bash
npm run publish
```