Skip to content

frederic-schwarz/aframe-webpack-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A webpack-enabled boilerplate "Hello World" A-Frame project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • HTML 44.8%