https://github.com/ctknight/threejs-webpack2-boilerplate
Webgl boilerplate using three.js with webpack2
https://github.com/ctknight/threejs-webpack2-boilerplate
boilerplate three-js webgl webpack2
Last synced: 4 months ago
JSON representation
Webgl boilerplate using three.js with webpack2
- Host: GitHub
- URL: https://github.com/ctknight/threejs-webpack2-boilerplate
- Owner: CTKnight
- Created: 2017-12-10T06:02:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T07:21:27.000Z (over 7 years ago)
- Last Synced: 2025-07-06T01:36:46.509Z (11 months ago)
- Topics: boilerplate, three-js, webgl, webpack2
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webgl boilerplate using three.js with webpack3
## Usage
* install dependencies `npm install`
* run webpack-dev-server `npm run start`
note that the `contentBase` is `src/` so as to load `.obj`s by xhr
## plugins
eslint and prettier are already configured