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

https://github.com/spearwolf/threejs-boilerplate

three.js mininal boilerplate project. use this as starting point for your demos.
https://github.com/spearwolf/threejs-boilerplate

Last synced: 10 months ago
JSON representation

three.js mininal boilerplate project. use this as starting point for your demos.

Awesome Lists containing this project

README

          

threejs-boilerplate
===================

[three.js](https://github.com/mrdoob/three.js/) boilerplate project. use this as starting point for your three.js based demos. [stats.js](https://github.com/mrdoob/stats.js/) and [dat.gui](https://github.com/dataarts/dat.gui) libs are included. [webpack](http://webpack.github.io/) is used as build system. write your stylesheets with [sass](http://sass-lang.com/) if you want.
[babeljs](https://babeljs.io/) is included - you can use all the new fantastic javascript features!

### how to use

1. install node modules and bower components

`$ npm install`
`$ bower install`

2. start dev server

`$ npm start`

3. develop :smiley: