Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 491 Bytes

threejs-starter-kit

It uses Three.js and Greensock as depencies. I also added Wagner for post-processing.

After cloning install all dependencies :

npm i

Task

Start development

It starts devlopement server at localhost:3000, browser-sync and watch files.

npm start

Prepare for deploy

npm run build

You are good to go !

Thanks to Valentin for the starter kit !