An open API service indexing awesome lists of open source software.

https://github.com/pinqy520/three-typescript-starter

Three.js + Typescript + Webpack Boilerplate
https://github.com/pinqy520/three-typescript-starter

boilerplate starter starter-kit threejs typescript webpack

Last synced: 9 months ago
JSON representation

Three.js + Typescript + Webpack Boilerplate

Awesome Lists containing this project

README

          

# Typescript Three.js Webpack Starter

- Typescript support.
- Webpack
- Html plugin

## 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
```