Skip to content

Tibze/starter-webpack-threejs-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter webpack-threejs-es6

This is a full stack to start a THREE.js project with ES6

  • Gulp
  • Webpack
  • Browser-Sync
  • SASS
  • Jshint

Version

0.0.1

Installation

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

Todos

  • Write Tests
  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published