Three.js - Starter kit
Experiment starter kit using Three.js, TweenMax & Webpack.
Technologies :
Install :
Clone this repository and install dependencies :
git clone https://github.com/ArnaudRocca/three-js-starter-kit.git
npm install
Development :
Start the webpack-dev-server at http://localhost:8080/
npm start
Production :
Build a bundled file outputted here : static/bundle.js
npm run build