Three.js Boilerplate Contains Basic scene, Webpack bundler and Eslint config (styling too). Setup # Run local server at localhost:8080 npm run dev # Build for production: output at `dist/` directory npm run build