Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.23 KB

App Description

This web application is a collection of news from an rss of https://www.meneame.net/ you can be able to search news, check the details, add them to a favorites section and filter them by category

Grabacion.de.pantalla.2022-10-04.a.las.19.31.57.mov

App Deployment

This application has been deploy with render.com https://lector-app.onrender.com/

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run start

Runs the Nodejs server and the web app in development mode.
Open http://localhost:3000 to view it in your browser (node server will run in http://localhost:3001).

npm run build

Builds the app for production to the build folder.

npm run server

Run the Nodejs server and serve statics in the build folder.

npm run test:unit

Run unit test.

npm run test:e2e

Run the e2e test, in order to execute this command line it should be running first in another terminal npm run build && npm run server.