three-starter
v1.0.0
Published
Three.js ES6 boilerplate that uses Rollup and the ES6 modules
Downloads
1
Readme
Three starter
Based on this setup I've created my version of a Three.js boilerplate to provide a better Three.js coding experience.
It also features my Rollup plugin that enables you to load legacy files (non ES6 modules) from the examples folder that comes with Three.js.
Livereload is enabled too.
Scripts
Dev server: npm run dev
Bundle: npm run build
License
MIT