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 webpack
Dev
$ git clone git@github.com:Tibze/starter-webpack-threejs-es6.git sampleThreeJSProject
$ cd sampleThreeJSProject
$ npm install
$ gulp
Jshint (es6)
$ gulp lint
Build
$ gulp build
It will generate a production package in /dist folder
- Write Tests
- ...