Files
IISA_web/README.md
2025-08-28 17:41:39 +03:00

1.1 KiB

IISAWeb

IISA frontend application This project was generated using Angular CLI version 19.1.6.

Development server

To install npm packages run:

npm install

With locally hosted backend

Following configuration uses locally hosted backend service https://gitea.novikov.click/EndlessHallucination/IISA To start a local development server, run:

ng serve

With remote backend

Following configuration uses https://iisa.novikov.click server as backend. To start a local development server with remote api server, run:

npm run start:remote-api

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.