Clone the project
git clone https://github.com/MarceeloDominguez/news-app.git
Go to the project directory
cd news-app
Install dependencies
npm install
Generate your api key in https://newsapi.org
modify the file in src/util/apikey.ts
Start the server
npm start
Start the tests
npx jest --watchAll
Client: React Native