App which displays countries from API -> https://restcountries.eu/.
You’ll need to have Node >= 10 on your local development machine.
yarn install
or
npm install
In the project directory, you can run:
yarn run start
or
npm run start
Runs the app in the development mode.
Open http://localhost:3000/ to view it in the browser.