Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Repository files navigation

XML Travelgate B2B

XML Travelgate B2B platform for business to business.

Getting Started

Prerequisites

You need to install NodeJS. Run npm install -g @angular/cli to install Angular CLI.

Installing

Install all dependencies from the project using Yarn or NPM:

Using yarn:

yarn install

Using npm:

npm install

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end to end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Deployment

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

This project works with an Express.js server through NodeJS. First you must build the dist/ folder with npm run build or npm run build-w for watching changes. Run npm run server to deploy de server with port 8080. Visit http:localhost:8080 to see de application.

Here there is a list of the most common commands:

"build": "ng build -pr false",
"build-w": "ng build -w -pr false",
"build-prod": "ng build --prod",
"build-prod-w": "ng build --prod -w",
"server": "node server/server.js",
"server-prod": "NODE_ENV=prod node server/server.js"

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages