Go to file
Konstantinos Triantafyllou 35ddadecd4 Update libraries 2024-11-15 15:06:28 +02:00
e2e [Monitor | Trunk]: Update to angular 11 2021-07-14 15:47:49 +00:00
src Update libraries 2024-11-15 15:06:28 +02:00
.browserslistrc [Monitor | Trunk]: Update to angular 11 2021-07-14 15:47:49 +00:00
.gitignore Add .angular folder in .gitignore and package.json after build clean script 2022-09-23 15:42:24 +03:00
.gitmodules Add openaire-theme 2022-02-11 13:20:22 +02:00
README.md Update readme with angular version 2023-09-15 14:43:17 +03:00
angular.json [angular-18 | DONE | CHANGED] update to recaptcha-2 2024-09-24 11:52:43 +03:00
package.json Merge remote-tracking branch 'origin/develop' into angular-18 2024-10-14 12:09:13 +03:00
server.ts [angular-18]: Update library and assets. Update node version. Use withFetch App module. Fix server.ts 2024-09-23 17:36:25 +03:00
tsconfig.json Migrate angular core and cli to version 15 and update dependencies to be compatible with the newer version. 2023-08-04 14:38:45 +03:00

README.md

Monitor

This project was generated with Angular CLI version 7.3.10 and has been updated to 16.2.4.

Install packages

Run npm install (maybe needs sudo), a script that will delete unused files from library will be run.

Development server

Run npm start for a dev server. Navigate to http://localhost:4500/. The app will automatically reload if you change any of the source files.

Build - CSR

Use the npm run build-dev for a development build.
Use the npm run build-beta for a beta build.
Use the npm run build-prod for a production build.

Build - SSR

Use the npm run build:ssr-dev for a development build.
Use the npm run build:ssr-beta for a beta build.
Use the npm run build:ssr-prod for a production build.

Run SSR

npm run serve:ssr will run the last server build.

Webpack Analyzer

In order to analyze bundle size you can run npm run webpack-bundle-analyzer

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.