Customizable Dashboard for Cryptocurrencies created using Reactjs and Chartjs
Node version 8.11 was used for this project and so version 8.11 or later is recommended.
The app is deployed at the link indicated in the repo description. To run the project on your own machine, clone the repo and run npm install
, followed by npm run build & npm start
to build the bundle and start the server.
Docker config files are setup for deployment through docker. docker-compose up
will build and start the container at the current docker environment.