Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 291 Bytes

ThreeJS Project Starter

This is a starter project for ThreeJS. It's heavily inspired by Bruno Simon's project structure, but I've opted to use a revealing module pattern instead of classes and a pub/sub pattern instead of browser events.

Getting Started

npm install
npm run dev