A lightweight three.js boilerplate for quick experiments. Three.js library and frequently used js components from examples are hotlinked via threejs.org, which makes them always up-to-date, but also unavailable when offline. 🙈
Project code in main.js, and helpers.js contain mostly project-independent initializations and tools.
Run server-starter for SimpleHTTPServer.
For live-reloading server use npm install -g live-server
and then just live-server
in the project directory.