/crypto-charts

:chart_with_upwards_trend: Application displaying price history of crypto currencies.

Primary LanguageJavaScript

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.