This project defines the services Feed RSS frontend
As a prerequisite to run the project you need have Docker installed, if not please refer to the Docker Docs for more information about how to install it in your operating system.
After Docker is installed you can follow the following steps to run the container in order to the have project running:
- Go to the root folder.
- Run the in the terminal the command
docker-compose up -d. - Now run
docker container lsand you should see a container with namefeedrss-frontend. - The react app is reachable through port
3000.
- Run
npm testto execute the tests.