generator-threejs-modern-app

Scaffold out a boilerplate and utils for a fullscreen Three.js app

Usage no npm install needed!

<script type="module">
  import generatorThreejsModernApp from 'https://cdn.skypack.dev/generator-threejs-modern-app';
</script>

README

generator-threejs-modern-app Build Status

Scaffold out a boilerplate and utils for a fullscreen Three.js app

READ THE DOCUMENTATION HERE

Usage

First make sure you're in your project folder (mkdir my-awesome-project && cd my-awesome-project/), then run

npm init yo threejs-modern-app

This command will use npx to fetch the latest version of the generator and use it.