/aframe-webpack

Primary LanguageHTMLMIT LicenseMIT

A-Frame Webpack Boilerplate

A Webpack-powered boilerplate for creating WebVR scenes using A-Frame.

Installation

Install dependencies:

npm install

Local Development

To serve the site from webpack-dev-server:

npm start

Your A-Frame app will launch at http://localhost:3000 automatically.

Building

Build with Webpack:

npm run build

License

This program is free software and is distributed under an MIT License.