Go to file
Konstantina Galouni 8e28fc5f5e [main | DONE | FIXED] environment.beta.ts & environment.prod.ts: Set enableEoscDataTransfer property to false. 2023-10-30 11:27:36 +02:00
e2e Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
src [main | DONE | FIXED] environment.beta.ts & environment.prod.ts: Set enableEoscDataTransfer property to false. 2023-10-30 11:27:36 +02:00
.gitignore Updated to angular 16 2023-09-22 14:39:43 +03:00
.gitmodules Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
CHANGELOG.md Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
LICENSE Initial commit 2023-09-22 00:47:15 +02:00
README.md Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
angular.json [main | DONE | CHANGED] Updated home page, favicon, added font-family Ubuntu and customized css for faircore4eosc. 2023-10-30 11:26:10 +02:00
package.json Updated to angular 16 2023-09-22 14:39:43 +03:00
prometheus.ts Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
server.ts Adding code files (sources & assets) 2023-09-22 10:08:25 +03:00
tsconfig.json Updated to angular 16 2023-09-22 14:39:43 +03:00

README.md

faircore4eosc-explore

EOSC EXPLORE

This project was built with Angular CLI version 14.2.3.

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:5200/. 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.