three.ts
three.ts copied to clipboard
A Typescript 'Hello World' example project that utilizes Three.js and jQuery through DefinitelyTyped typings.
three.ts
A Typescript 'Hello World' example project that utilizes Three.js and jQuery through DefinitelyTyped typings.
Requirements
Usage
Setup
git clone [email protected]:selbyk/three.ts.git
cd ./three.ts
npm i
Start Auto-Refresh Build Process & Server
gulp
Local server is accessible at http://localhost:8000
Publish to AWS S3
gulp publish
