jendahorak / vite-aframe-boilerplate

Boilerplate code for aframe liberary with Vite as a dev server and build tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-aframe-boilerplate

Boilerplate code for aframe library with Vite as a dev server and build tool.

First of all fork this repo

Install:

npm install

Run dev server:

npm run dev

Deploy to gh-pages

npm run deploy

npm run deploy is shorthand for:

npm run build && git add . && git add dist -f && git commit -m 'deployed-from-script' && git subtree push --prefix dist origin gh-pages && git push origin main

Project is setup in such a way, that it will serve static assets specified in the public folder. Name of the repo is taken from folder name so be sure that name of your local repo is the same as the remote one.

About

Boilerplate code for aframe liberary with Vite as a dev server and build tool.


Languages

Language:HTML 56.0%Language:JavaScript 44.0%