React app that is using data provided by The International Union for Conservation of Nature’s Red List of Threatened Species to display the species that are threatened.
- Node JS
- Yarn
- Api token from here
git clone git@github.com:RazvanRauta/threatened_species.git
cd threatened_species && yarn
Add your token in the .env file:
REACT_APP_API_TOKEN=token here
In the root folder run:
yarn start
the app will start on http://localhost:3000
In the root folder run:
yarn build