/TokenTracker

Cryptocurrency Dashboard made with Vue

Primary LanguageVue

Token Tracker

A Cryptocurrency Dashboard build with Vue JS, PWA enabled, Binance Websocket API for realtime price, amChart for displaying historical charts, SVG Sparkline Chart and Latest News feed from Cryptocompare site.

Tech Stacks

Prerequisites:

  • Node/Yarn
  • Vue-cli 3.x

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Docker

This fork has added basic Docker support which is still work in progress.

docker build -t tokentracker .
docker run -d -P --name tokentracker-app -p 3000:80 tokentracker

After running these commands you should be able to visit the app by navigation to http://localhost:3000.