Just a playground for my ES6 learning
This repo consist of the usage of the following.
- Babel
- Webpack
Run the following to install webpack and babel modules.
npm install -D webpack
npm install -D babel-core babel-loader webpack-dev-server babel-preset-es2015 babel-polyfill
npm install -D babel-preset-es2016
npm install -D babel-preset-es2017
npm install -D babel-preset-react react react-dom react-bootstrap