News Feed is an open source project that implements a news aggregator website that pulls articles from various sources and displays them in a clean, easy-to-read format. It was developed in ReactJS and this repository is the Frontend App only, and the backend is written in Laravel and can be seen here:
After clonning the repo, run the following commands on bash, inside the root directory:
Install dependencies:
npm install
Build and run the application:
docker-compose up --build
And that's it!
To view your application, go to http://localhost:3000/ on your web browser.
- Do not forget to build and run the backend server before starting the front-end!