danielacorner / three-js-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic three.js Scene

Minimal ThreeJS Boilerplate for rapid 3D development. Includes webpack-dev-server, & threejs.

Webpack entry point at src/script.js

$ npm i to install modules

$ npm start to generate a dev build & run locally on http://localhost:3000/

$ npm run build to generate a production build in /dist

About


Languages

Language:JavaScript 100.0%