1.1 KiB
1.1 KiB
Irish Monitor
This project was generated with Angular CLI version 16.2.0.
Development server
Run npm start
for a dev server. Navigate to http://localhost:5500/
. The application will automatically reload if you change any of the source files.
Sandbox environment (BETA) build
- Run
npm run build:ssr-beta
to build the project. - Copy the folder to another location and navigate to it.
- Run
npm run after-build-clean
to remove git unnecessary files in the new folder. - Upload to the server.
- Run
npm install
in the uploaded folder and copy the content to the server location. - Restart the service.
Production environment build
- Run
npm run build:ssr-prod
to build the project. - Copy the folder to another location and navigate to it.
- Run
npm run after-build-clean
to remove git unnecessary files in the new folder. - Upload to the server.
- Run
npm install
in the uploaded folder and copy the content to the server location. - Restart the service.
License
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.