9.2.52-1 • Published 2 years ago

bom-tool v9.2.52-1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Bom Tool front-end core project

The core project is an Angular library project that is installed on MyArrow and Arrow Front-end's projects. The library is published on Arrow's Verdaccio server. This core project uses yarn instead of npm. This project was generated with Angular CLI using Nrwl Nx.

Technologies

  • Angular 9 (Upgrade to v10 is in progress)
  • Node 10.14.1
  • NgRx
  • webSockets
  • RxJs
  • TypeScript
  • Sass

Install depedencies

Run yarn install

Running the app locally

Running bom-tool pointing to my-arrow side ( Env could be dev,qa,uat )

Run yarn start:myarrow:qa

When the project is running locally, first thing to do is the login with a MyArrow user here is a list of user you can use

Running bom-tool pointing to arrow.com side

Run yarn start by default this is going to point to QA env. If you want to point to any other env you should change app.config.js

Build the library

Run yarn build:lib to build the library. The build artifacts will be stored in the dist/ directory.

Steps to publish the library