44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
# IISAWeb
|
|
|
|
IISA frontend application
|
|
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.6.
|
|
|
|
## Development server
|
|
|
|
|
|
To install npm packages run:
|
|
|
|
```bash
|
|
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:
|
|
>
|
|
> ```bash
|
|
> 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:
|
|
>
|
|
> ```bash
|
|
> 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:
|
|
|
|
```bash
|
|
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. |