- Run
npm install
- Update
.env.development
file with you API urlREACT_APP_API_URL
andREACT_APP_API_URL_GET_COINS_DATA
sub url to get coins data (This way was selected becauseCORS
and also becausecoinmarketcap
require header authorization via personal API key which cannot be shared via public repo, so I created my own backend API server which request data fromcoinmarketcap
)
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.