An app aggregating news in real time, built with NextJS.
-
You need an API key for the app works. Get key at here.
-
Create and store API key inside .env file in the root directory :
API_KEY = fill your API key in here
cd root folder
-
Run 'yarn install'
-
Run 'yarn dev' to start the development server
-
Navigate to localhost:3000 on the browser