A simple webpack based Aframe project.
Clone the repository and run npm install.
$ npm install
To start the server
$ npm start
Edit the files under src
folder namely index.html
, src/styles/index.scss
, src/scripts/*.js
.
Editing the files after running npm start
would auto compile and refresh the page.