A Webpack-powered boilerplate for creating WebVR scenes using A-Frame.
Install dependencies:
npm install
To serve the site from webpack-dev-server
:
npm start
Your A-Frame app will launch at http://localhost:3000
automatically.
Build with Webpack:
npm run build
This program is free software and is distributed under an MIT License.