Ontica / Empiria.Trade.Frontend

Aplicación web de comercio colaborativo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empiria Trade Frontend Web Application

Angular-based front-end application for the Empiria Trade Frontend.

Quick start

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.

Backend access

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.

Licencia

Este producto y sus partes se distribuyen mediante una licencia GNU AFFERO GENERAL PUBLIC LICENSE.

Copyright

Copyright © 2023-2024. La Vía Óntica SC, Ontica LLC y autores. Todos los derechos reservados.

About

Aplicación web de comercio colaborativo.

License:Other


Languages

Language:TypeScript 73.6%Language:HTML 16.7%Language:SCSS 9.3%Language:CSS 0.3%Language:JavaScript 0.1%