/threejs-template

Template for vanilla Three.js projects

Primary LanguageJavaScriptMIT LicenseMIT

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