A single-page app for viewing the historical price data for Bitcoin.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
NodeJS and Xcode
First, navigate to the preferred local directory.
Next, fork the repo to your Github.
Next, access the demo site by cloning the Github repository:
$ git clone https://github.com/HonorioTaveras/cryptocurrency-charting-tool.git
Navigate inside the directory './cryptocurrency-charting-tool' and run the following commands:
$ npm i
After all dependencies are installed, run the following commands in two seperate terminal windows to start the server and the react development enviornment:
$ npm run start
$ npm run react-dev
In your browser, open up a window or tab to http://localhost:3456/
- Honorio Taveras - Initial work - HonorioTaveras