⛺️ A-Frame boilerplate using Webpack.
A-Frame boilerplate that uses Webpack to bundle the A-Frame framework and creates a server using Webpack Dev Server.
Note: This boilerplate uses the community version of HTML Webpack Plugin since the official plugin isn't compatible with Webpack 4.0. This should be fixed this week.
- Make sure you have
nodeinstalled on your machine. npmcomes with node.- You can check versions with;
npm -vandnode -v
- Clone this repo
$ git clone https://github.com/samhoudmedia/aframe-boilerplate-webpack.git
- Run
npm startto start the Dev Server. - Run
npm run buildto build for production.
To see a list of everybody who contributed to this project please refer to the Contributors page.
This project is licensed under the MIT License