Skip to content

sebalr/news

Repository files navigation

News

This project was generated with Angular CLI version 16.2.10.

Live version running on Vercel (Limited due to api restrictions).

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Docker image

Run npm run docker:build to build the project docker image.

Run npm run docker:run to start previously built docker image. The script will run on port 8080.

Running unit tests

Run npm run test to execute the unit tests via Jest.