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.
- Host: GitHub
- URL: https://github.com/spearwolf/threejs-boilerplate
- Owner: spearwolf
- License: mit
- Created: 2014-11-02T18:51:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T06:29:20.000Z (about 10 years ago)
- Last Synced: 2025-04-10T11:39:25.744Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://spearwolf.github.io/threejs-boilerplate/
- Size: 1.4 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: