Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 777 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 777 Bytes

Three.js - Starter kit

Experiment starter kit using Three.js, Wagner, 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