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

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

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