Creating the wepack config.......
$ npm i webpack -S
$ touch webpack.config.js
$ ./node_modules/.bin/webpack -d
$ webpack -d
$ webpack -d --watchSetting up Babel-loader
$ npm i babel-loader babel-preset-es2015 babel-preset-react -S
$ touch .babelrcAdding React
$ npm i react react-dom -SHow to run and build
$ npm install
$ npm run build
$ npm run dev