Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.28 KB

three.ts

A Typescript 'Hello World' example project that utilizes Three.js and jQuery through DefinitelyTyped typings.

Screenshot

Requirements

  • Node.js
  • Gulp
    • npm install --global gulp-cli
  • TSD (to manage Typings)
    • npm i -g tsd@next

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

Attribution