A Web Application to pull the latest news articles
-
First install all dependencies:
# with npm npm install # or with yarn yarn
-
Creat .env file with variable REACT_APP_NEWS_API_KEY=[API KEY] and place your API key from https://newsapi.org/
-
Start the server
npm start [OR] yarn start