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/)
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