/synapse-vr-sample

Primary LanguageJavaScriptMIT LicenseMIT

aframe-react-boilerplate

An aframe-react boilerplate, combining A-Frame with React.

Getting Started

To get started:

npm install
npm run serve-js &
npm run serve

Then head over to localhost:5555.

Registering an A-Frame Component

With Webpack's ES6 module syntax:

import 'aframe';
import 'aframe-example-component';  // Some component on NPM.

Publishing to GitHub Pages

Ready to show off? Run:

npm run ghpages

And share your project on the A-Frame Slack and awesome-aframe.

vr