Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 397 Bytes

gdax_clone

A GDAX Bitcoin Exchange clone built on Vue/Vuex with xstream for websocket stream and a Go backend. Compare to https://www.gdax.com/trade/BTC-USD (API Docs here: https://docs.gdax.com/)

Build Setup

From static folder:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build