Skip to content

shanemcgraw/aframe-react-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 12.0%