My portfolio using Three.js
You only need node.js pre-installed and you’re good.
Install dependencies
$ npm ior
$ npm installRun the local webpack-dev-server with hotreload and autocompile on http://localhost:8080/
$ npm run devBuild the current application
$ npm run build