Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

File metadata and controls

14 lines (10 loc) · 343 Bytes

BiteCoin

This project uses react to display historical pricing data on Bitcoin.

Local Enviroment / Setup

  1. npm install webpack -g
  2. npm install
  3. webpack --progress --colors
  4. 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