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
- Host: GitHub
- URL: https://github.com/pinqy520/three-typescript-starter
- Owner: pinqy520
- License: mit
- Created: 2016-04-20T17:54:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T08:22:22.000Z (over 5 years ago)
- Last Synced: 2025-05-04T06:32:15.766Z (about 1 year ago)
- Topics: boilerplate, starter, starter-kit, threejs, typescript, webpack
- Language: TypeScript
- Size: 67.4 KB
- Stars: 109
- Watchers: 5
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```