React + Webpack + es2015
A starter without any other libs.
##Getting Started
npm installnpm run devfor starting dev server.npm run debugfor watch debug mode.npm run buildfor production mode- add your code in
src/
if you run the server. open http://localhost:8080
else open index.html
NOTICE: if you get a error: commond not found. please run npm i -g webpack-dev-server