It is a web application built in react that aggregates news from various sources through the newsapi - similar to google news.
It is currently hosted in github static pages
The backend of the application can be found here
This repository contains the frontend of the news aggregator application.
- clone the repository
- run
npm install
to install the dependencies - run
npx tailwind init tailwind.js --full
- When running for the first time run
npm run watch:css
and quit the process when "src/styles/app.css" is populated/generated. - use
npm start
to start up the development server - Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see lint errors in the console.
- use
npm start
for subsequent restarts.