anzorb / es6-webpack-starter-kit

React + ES6 + Babel + Webpack starter kit by Anzor Bashkhaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 + Babel + Webpack starter kit by Anzor Bashkhaz

Read the article here

This starter-kit includes everything you need to write ES6 code, along with tests, documentation, and live reloading.

Requirements
Install
npm install
Tasks
npm run dev will compile ES6 code, open demo app in browser, and refresh on changes.
npm run dist will compile, minify, extract sourcemaps and generate documentaion
npm run karma:tdd compile, open browser and wait for code changes (test driven development)
npm run karma:ci compile, generate coverage for Jenkins

About

React + ES6 + Babel + Webpack starter kit by Anzor Bashkhaz


Languages

Language:JavaScript 94.8%Language:HTML 5.2%