https://github.com/bgdsh/threejs-play
https://github.com/bgdsh/threejs-play
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgdsh/threejs-play
- Owner: bgdsh
- License: mit
- Created: 2017-09-10T14:26:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T19:44:28.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:41:20.333Z (4 months ago)
- Language: TypeScript
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```