An aframe-react boilerplate, combining A-Frame with React.
To get started:
npm install
npm run serve-js &
npm run serveThen head over to localhost:5555.
With Webpack's ES6 module syntax:
import 'aframe';
import 'aframe-example-component'; // Some component on NPM.
Ready to show off? Run:
npm run ghpagesAnd share your project on the A-Frame Slack and awesome-aframe.
