https://github.com/sugidaffection/threejs-webpack-typescript
Three.js boilerplate using typescript and webpack
https://github.com/sugidaffection/threejs-webpack-typescript
boilerplate nodejs three-js threejs threejs-boilerplate ts ts-loader typescript webgl webpack webpack-dev-server
Last synced: 2 months ago
JSON representation
Three.js boilerplate using typescript and webpack
- Host: GitHub
- URL: https://github.com/sugidaffection/threejs-webpack-typescript
- Owner: sugidaffection
- License: mit
- Created: 2020-05-26T09:55:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:33:33.000Z (over 3 years ago)
- Last Synced: 2025-02-22T23:27:34.275Z (over 1 year ago)
- Topics: boilerplate, nodejs, three-js, threejs, threejs-boilerplate, ts, ts-loader, typescript, webgl, webpack, webpack-dev-server
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threejs-webpack-typescript
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
Build Three.js using webpack and typescript
### Installing
```
npm install
```
### Run script
```
npm start
```