Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 321 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 321 Bytes

Typescript Three.js Webpack Starter

  • Typescript support.
  • Webpack
  • Html plugin
  • BrowserSync

Usage

Install Typscript

npm install typescript -g

Start

$ git clone https://github.com/pinqy520/three-typescript-starter.git
$ cd three-typescript-starter
$ npm install # or yarn
$ npm start