This is a full stack to start a THREE.js project with ES6
- Gulp
- Webpack
- Browser-Sync
- SASS
- Jshint
0.0.1
You need Gulp & Webpack installed globally:
$ npm install -g gulp webpackDev
$ git clone git@github.com:Tibze/starter-webpack-threejs-es6.git sampleThreeJSProject
$ cd sampleThreeJSProject
$ npm install
$ gulpJshint (es6)
$ gulp lintBuild
$ gulp buildIt will generate a production package in /dist folder
- Write Tests
- ...