jacobworrel / crypto-charts

:chart_with_upwards_trend: Application displaying price history of crypto currencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Charts

Crypto Charts

Installation

After cloning this repo onto your machine, please install dependencies by running the following command:

$ npm install
Development

To run the app in development (with Hot Module Reloading):

$ npm run dev

Go to http://localhost:8080 in your browser.

Docker

To run the app from a Docker container:

$ docker pull jacobworrel/crypto-charts
$ docker run -p 3000:80 jacobworrel/crypto-charts

Go to http://localhost:3000 in your browser.

About

:chart_with_upwards_trend: Application displaying price history of crypto currencies.


Languages

Language:JavaScript 90.5%Language:CSS 9.5%