Minimal starting point for a Parcel + A-frame project.
rimraf
included to clean /dist before builds.
- Clone the repo
- Install parcel-bundler as global
npm install -g parcel-bundler
- Run
npm run dev
to start developing locally with a self-signed SSL cert - Run
npm run build
to build