#Getting started A minimal webpack + ES6 starter template
What's included:
- Tasks scripts using npm run
- Babel compiler ES6 to ES5
- ES6 lint, babel-lint
#Installation
npm install
#Scripts
npm run buid - products production version
npm run start - development version and runs a watcher
npm run test - it runs the tests