Access the published project:
https://recap-bruno-challenge.netlify.app/
- Clone this repo.
git clone https://github.com/brudolce/recap.git
- Having node and NPM installed, enter in the project folder and install the project.
npm install
-
create a .env file on the root project and place your quandl user_key, one the REACT_APP_APIKEY variable. e.g. REACT_APP_APIKEY=Lsadoij12iojda0.
-
Still inside the project folder, start the project. It is going to run on localhost:3000
npm start
get your quandl API KEY: https://www.quandl.com/data/EOD-End-of-Day-US-Stock-Prices/usage/quickstart/api
install node: https://nodejs.org/en/download/
install NPM:https://docs.npmjs.com/cli/v7/commands/npm-install