JMBeresford / threejs-template

Template for vanilla Three.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threejs-template

Template for vanilla Three.js projects

To install dependencies run the following terminal command while in the project directory:

npm install

To run the development server after installation, run:

npm run dev

And to build out the static production build:

npm run build

About

Template for vanilla Three.js projects

License:MIT License


Languages

Language:JavaScript 97.4%Language:HTML 2.2%Language:CSS 0.4%