⛺️ Complete A-Frame boilerplate.
A-Frame boilerplate that uses Webpack to bundle the A-Frame framework, includes a templating engine to include HTML snippers and creates a server using Webpack Dev Server.
- Make sure you have
node
installed on your machine.npm
comes with node.- You can check versions with
npm -v
andnode -v
- Configure ESLint
- Configure EditorConfig
- Clone this repo
$ git clone https://github.com/samhoudmedia/aframe-boilerplate.git
- Run
npm start
to start the server. - Run
npm run build
to 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