Angular-based front-end application for the Empiria Trade Frontend.
This project is being built with Angular version 16.2.1 and TypeScript 4.9.3.
It uses Angular CLI, so both the CLI and generated project, have dependencies that require Node 16.14.0 or higher, together with NPM 8.5.0 or higher.
Make sure you have Node version >= 16.14.0 and NPM >= 8.5.0
Then install Angular CLI (globally if possible), ensuring that you have installed version 16 or higher.
# install Angular CLI globally
npm install -g @angular/cli
# check Angular CLI, Angular and TypeScript versions
ng -v
After that, please download and install this repo:
# clone (or fork) this repo
git clone https://github.com/Ontica/Empiria.Trade.Frontend
# change directory
cd Empiria.Trade.Frontend
# install the repo with npm
npm install
# Use Angular CLI to start the server
ng serve --open
By default, you have to navigate to http://localhost:2024 to see the application running.
In order to run this application, you MUST have a valid API KEY and access credentials to connect to the system's backend. Please request them by sending us an email.
Este producto y sus partes se distribuyen mediante una licencia GNU AFFERO GENERAL PUBLIC LICENSE.
Copyright © 2023-2024. La Vía Óntica SC, Ontica LLC y autores. Todos los derechos reservados.