An simple template to use three.js with typescript and webpack
Clone the repository in your local environment:
git clone https://github.com/facku/three-ts.git myapp
Install js dependencies:
cd myapp
npm install
Start in development mode:
npm start
Build for production:
npm run build