Front-end implementation for news aggregator.
News-aggregator front-endd requires the following to run:
- State management
- Authentication
- React Routing
- React Redux
Clone Repository to your device:
git clone https://github.com/KimelirR/react-news-app.git
Navigate to the project Directory:
cd react-news-app
Build the Docker Image: name is react-news-app:
docker build -t react-news-app .
Run the Docker Container: Exposing port 5173 you will even check on your terminal:
docker run -p 5173:5173 react-news-app
OR
Create the docker container using docker-compose. We are going to use .yml file:
docker-compose up -d
To kill or Stop Docker running, first of all check if status of our app 'react-news-app' is up:
docker ps
Then stop id
docker stop id-of-image
OR
Then, on the other way manually
Install project dependencies
npm install
Run Local Server
npm run dev
On your Browser navigate to .
http://localhost:5173
Ran seeder on backed! Yes login with credentials below My Email
kimeliryans@gmail.com
Password
*noOneLike@%admin#