Mugen87 / three-jsm

Minimal three.js project setup using ES6 modules and rollup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

three-jsm

Simple project example using the ES6 modules of three.js.


After downloading the repository, execute npm install once in the root directory to install all dependencies.

You can then start a local server by using npm start and open http://localhost:3000/app/ for testing.

About

Minimal three.js project setup using ES6 modules and rollup.

License:MIT License


Languages

Language:JavaScript 83.2%Language:HTML 16.8%