⛰ Escape Room environment prototypes
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. It is used to test different environments for the Escape Room.
- 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