This project uses react to display historical pricing data on Bitcoin.
npm install webpack -g
npm install
webpack --progress --colors
open index.html
You do not have to install webpack globally if you so wish.
Use npm run webpack
in place of webpack --progress --colors