Skip to content

samhoudmedia/aframe-boilerplate

Repository files navigation

aframe-boilerplate

⛺️ Complete A-Frame boilerplate.

📖 Introduction

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.

⚙ Installation & Development

Tech Stack

Core

Code Quality

Prerequisites

  • Make sure you have node installed on your machine.
    • npm comes with node.
    • You can check versions with npm -v and node -v
  • Configure ESLint
  • Configure EditorConfig

Installation

  1. Clone this repo
$ git clone https://github.com/samhoudmedia/aframe-boilerplate.git
  1. Run npm start to start the server.
  2. Run npm run build to build for production.

📄 Contributing

To see a list of everybody who contributed to this project please refer to the Contributors page.

📃 License

This project is licensed under the MIT License